summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java')
-rw-r--r--qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java b/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
index 9c431b08e..4285dd4a0 100644
--- a/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
+++ b/qadevOOo/tests/java/ifc/drawing/_ShapeDescriptor.java
@@ -112,14 +112,14 @@ public class _ShapeDescriptor extends MultiMethodTest {
"' is optional and not supported");
tRes.tested(name,true);
} else {
- log.println("Exception occured while testing property '" +
+ log.println("Exception occurred while testing property '" +
name + "'");
ex.printStackTrace(log);
tRes.tested(name, false);
}
}
catch (Exception e) {
- log.println("Exception occured while testing property '" +
+ log.println("Exception occurred while testing property '" +
name + "'");
e.printStackTrace(log);
tRes.tested(name, false);