diff --git a/src/tests/antunit/types/scriptcondition-test.xml b/src/tests/antunit/types/scriptcondition-test.xml
index 5b2bd8693..8266538bd 100644
--- a/src/tests/antunit/types/scriptcondition-test.xml
+++ b/src/tests/antunit/types/scriptcondition-test.xml
@@ -21,8 +21,16 @@
+
+
+
+
+
+
+
+
-
+
@@ -42,20 +50,20 @@
-
+
-
+
-
+
self.setValue(true);
@@ -63,7 +71,7 @@
-
+
self.setValue(false);
@@ -71,7 +79,7 @@
-
+
return true;
@@ -79,7 +87,7 @@
-
+
return false;
@@ -87,7 +95,7 @@
-
+
self.setValue(true);
@@ -96,7 +104,7 @@
-
+
return null;
@@ -104,7 +112,7 @@
-
+
return 20;
@@ -112,7 +120,7 @@
-
+
java.lang.Boolean.TRUE
@@ -120,7 +128,7 @@
-
+
java.lang.Boolean.FALSE
@@ -128,7 +136,7 @@
-
+
self.setValue(true);
@@ -137,7 +145,7 @@
-
+
null
@@ -145,7 +153,7 @@
-
+
new java.lang.Integer(20)