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.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java
index 544538dadeef..531946d88eb9 100644
--- a/qadevOOo/runner/lib/MultiPropertyTest.java
+++ b/qadevOOo/runner/lib/MultiPropertyTest.java
@@ -360,8 +360,6 @@ public class MultiPropertyTest extends MultiMethodTest
{
oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue);
}
-// log.println("old = " + toString(oldValue));
-// log.println("new = " + toString(newValue));
log.println("result = " + toString(resValue));
}
catch (com.sun.star.lang.IllegalArgumentException iae)
@@ -396,8 +394,6 @@ public class MultiPropertyTest extends MultiMethodTest
{
oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue);
}
-// log.println("old = " + toString(oldValue));
-// log.println("new = " + toString(newValue));
log.println("result = " + toString(resValue));
}
catch (com.sun.star.lang.IllegalArgumentException iae)
@@ -422,7 +418,6 @@ public class MultiPropertyTest extends MultiMethodTest
{
tRes.tested(propName, false);
}
- //tRes.tested(propName, false);
}
else
{
@@ -433,8 +428,6 @@ public class MultiPropertyTest extends MultiMethodTest
{
oldValue = AnyConverter.toObject(new Type(((Any) oldValue).getClass()), oldValue);
}
-// log.println("old = " + toString(oldValue));
-// log.println("new = " + toString(newValue));
log.println("result = " + toString(resValue));
}
catch (com.sun.star.lang.IllegalArgumentException iae)