summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-08 12:44:57 +0200
committerNoel Grandin <noel@peralex.com>2014-08-13 08:49:23 +0200
commit68cd011c907d00493bf2bfde531c1e244819596b (patch)
tree0225318c908b00faaa701a19aaf7aa567c3582a0 /qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
parentjava: reduce scope, make member classes private (diff)
downloadcore-68cd011c907d00493bf2bfde531c1e244819596b.tar.gz
core-68cd011c907d00493bf2bfde531c1e244819596b.zip
java: reduce scope, make some methods private
found by UCDetector Change-Id: Ib1425edde146193a65c242dc159b7e3fbf0e4a2e
Diffstat (limited to 'qadevOOo/runner/convwatch/EnhancedComplexTestCase.java')
-rw-r--r--qadevOOo/runner/convwatch/EnhancedComplexTestCase.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
index a53a48b38e8e..9792d6f4ef70 100644
--- a/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/convwatch/EnhancedComplexTestCase.java
@@ -28,7 +28,7 @@ import convwatch.GraphicalTestArguments;
public abstract class EnhancedComplexTestCase extends ComplexTestCase
{
- void checkExistance(String _sScriptFile, String _sName)
+ private void checkExistance(String _sScriptFile, String _sName)
{
// Process testshl = Runtime.getRuntime().exec(scriptFile);
ProcessHandler aHandler = new ProcessHandler(_sScriptFile);
@@ -71,7 +71,7 @@ public abstract class EnhancedComplexTestCase extends ComplexTestCase
protected abstract Object[] mustInstalledSoftware();
- public boolean needCheckForInstalledSoftware()
+ private boolean needCheckForInstalledSoftware()
{
String sNEEDCHECK = (String)param.get( PropertyName.CHECK_NEED_TOOLS );
// TODO: I need to get the boolean value with get("name") because, if it is not given getBool() returns