summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/MultiPropertyTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/lib/MultiPropertyTest.java')
-rw-r--r--qadevOOo/runner/lib/MultiPropertyTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index a02f93c04347..94a6ed276f24 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -253,7 +253,7 @@ public class MultiPropertyTest extends MultiMethodTest
}
catch (Exception e)
{
- log.println("Exception occured while testing property '" + propName + "'");
+ log.println("Exception occurred while testing property '" + propName + "'");
e.printStackTrace(log);
tRes.tested(propName, false);
}