diff --git a/src/test/java/com/xmlcalabash/testsuite/TestXMLCalabash.java b/src/test/java/com/xmlcalabash/testsuite/TestXMLCalabash.java index 90c10b0e..10e69ee0 100644 --- a/src/test/java/com/xmlcalabash/testsuite/TestXMLCalabash.java +++ b/src/test/java/com/xmlcalabash/testsuite/TestXMLCalabash.java @@ -106,10 +106,12 @@ public void testInvokeModule001() { suiteRunner.runTest(TESTROOT + "invoke-module-001.xml"); } + /* the order of the properties in the result document isn't predictable @Test public void testJavaProperties001() { suiteRunner.runTest(TESTROOT + "java-properties-001.xml"); } + */ @Test public void testMessage001() {