Skip to content

Commit

Permalink
Skip the java properties test; the property order is unpredictable
Browse files Browse the repository at this point in the history
  • Loading branch information
ndw committed Aug 7, 2022
1 parent 3362f4c commit c0ef67a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/xmlcalabash/testsuite/TestXMLCalabash.java
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit c0ef67a

Please sign in to comment.