summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/TestResult.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/TestResult.java')
-rw-r--r--qadevOOo/runner/lib/TestResult.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/TestResult.java b/qadevOOo/runner/lib/TestResult.java
index a6c964f258ee..eb7a469cdc99 100644
--- a/qadevOOo/runner/lib/TestResult.java
+++ b/qadevOOo/runner/lib/TestResult.java
@@ -27,7 +27,7 @@ public class TestResult {
/**
* Contains methods having been tested and their results.
*/
- protected HashMap<String, Status> testedMethods = new HashMap<String, Status>();
+ private HashMap<String, Status> testedMethods = new HashMap<String, Status>();
/**
* The method makes method tested with the result, i.e. it adds to its