summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-02-19 16:01:04 +0100
committersb <sb@openoffice.org>2010-02-19 16:01:04 +0100
commit5bf30beb87fe471dc055148d49c5034a105c650e (patch)
tree4392a1f8bdebd66b94a114c97724841f6ece92eb /qadevOOo/runner/base
parentaa4295d6356f375c7b1ab7820bed9aaf762f58bb (diff)
sb118: various improvement/cleanup of qadevOOo code
Diffstat (limited to 'qadevOOo/runner/base')
-rw-r--r--qadevOOo/runner/base/java_fat.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/qadevOOo/runner/base/java_fat.java b/qadevOOo/runner/base/java_fat.java
index 2f5733129438..f764c61af26e 100644
--- a/qadevOOo/runner/base/java_fat.java
+++ b/qadevOOo/runner/base/java_fat.java
@@ -372,6 +372,9 @@ public class java_fat implements TestBase
}
System.out.println(counter + " of " + entries.length + " tests failed");
+ if (counter != 0) {
+ retValue = false;
+ }
}
closeExistingOffice();