diff options
author | sb <sb@openoffice.org> | 2010-02-12 14:50:08 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-02-12 14:50:08 +0100 |
commit | 5610f316cbbeb5757fd7d669445b3f190e7067e1 (patch) | |
tree | 6b329d74db5cfbeee482112b49e20befc1a87f06 /qadevOOo | |
parent | 502df12c45571f41ccae84464f00dbc85d61e2ce (diff) |
sb118: update tCase whenever tEnv is renewed
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/runner/base/java_fat.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/runner/base/java_fat.java b/qadevOOo/runner/base/java_fat.java index 6b555fc1f1e5..2f5733129438 100644 --- a/qadevOOo/runner/base/java_fat.java +++ b/qadevOOo/runner/base/java_fat.java @@ -277,6 +277,7 @@ public class java_fat implements TestBase { closeExistingOffice(); tEnv = getEnv(entry, param); + tCase = tEnv.getTestCase(); } // MultiMethodTest ifc = null; @@ -309,6 +310,7 @@ public class java_fat implements TestBase { closeExistingOffice(); tEnv = getEnv(entry, param); + tCase = tEnv.getTestCase(); if (countInterfaceTestRun < 2) { finished = false; |