From c59f8a28c3808242c8340a25ac5989ce9bc6c744 Mon Sep 17 00:00:00 2001 From: Matt Benson Date: Mon, 14 Feb 2022 14:52:33 -0600 Subject: [PATCH] add scriptcondition tests --- .../types/optional/scriptcondition-test.xml | 71 +++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 src/tests/antunit/types/optional/scriptcondition-test.xml diff --git a/src/tests/antunit/types/optional/scriptcondition-test.xml b/src/tests/antunit/types/optional/scriptcondition-test.xml new file mode 100644 index 000000000..3fb4f6085 --- /dev/null +++ b/src/tests/antunit/types/optional/scriptcondition-test.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + self.setValue(true); + + + + + + + + self.setValue(false); + + + + + + + + + + + + + + + + + + + + self.setValue(true); + + + + + + + + self.setValue(false); + + + + +