From 780ad2d725a7f88a26d8ea33a804fa5c8becfc8f Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Fri, 10 Aug 2007 22:13:12 +0000 Subject: [PATCH] only run these tests if the optional libs are avail git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@564781 13f79535-47bb-0310-9956-ffa450edef68 --- .../antunit/types/scriptcondition-test.xml | 38 +++++++++++-------- 1 file changed, 23 insertions(+), 15 deletions(-) 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)