summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/graphical
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-01-06 15:13:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-01-06 15:13:58 +0000
commit3cf4f345114803f4e4af08b91d61c36a3d57312e (patch)
treeeef25b36a88dd81cbadf5339a9fe72cd298ee3a8 /qadevOOo/runner/graphical
parentCWS-TOOLING: integrate CWS impress147 (diff)
downloadcore-3cf4f345114803f4e4af08b91d61c36a3d57312e.tar.gz
core-3cf4f345114803f4e4af08b91d61c36a3d57312e.zip
CWS-TOOLING: integrate CWS qadev37
2008-12-19 11:19:12 +0100 cn r265721 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:07:50 +0100 cn r265720 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-19 11:06:24 +0100 cn r265719 : #i97194 implement cwstouched in perl to avoid problems in python libary stuff 2008-12-17 12:37:50 +0100 lla r265595 : #i97357# us of illegal characters in file
Diffstat (limited to 'qadevOOo/runner/graphical')
-rw-r--r--qadevOOo/runner/graphical/EnhancedComplexTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/EnhancedComplexTestCase.java b/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
index a39c3f287f99..de67ece367ec 100644
--- a/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
+++ b/qadevOOo/runner/graphical/EnhancedComplexTestCase.java
@@ -51,7 +51,7 @@ private void callEntry(String _sEntry, ParameterHelper _aParam)
{
log.println("- next file is: ------------------------------");
log.println(_sEntry);
- // TODO: prüfen, ob 'sEntry' ein gültiges Dokument ist?
+ // TODO: check if 'sEntry' is a guilty document.
File aFile = new File(_aParam.getInputPath());
String sPath = _aParam.getInputPath();
// problem here, isFile() checks also if the file exists, but a not existing file is not really a directory