We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52aabf6 commit 3e1dc01Copy full SHA for 3e1dc01
common/src/test/java/com/alibaba/datax/common/util/ConfigurationTest.java
@@ -461,7 +461,7 @@ public void test_getKeys() {
461
.from("{\"a\":{\"b\":{\"c\":[0],\"B\": \"B\"},\"A\": \"A\"}}");
462
System.out.println(JSON.toJSONString(configuration.getKeys()));
463
Assert.assertTrue(JSON.toJSONString(configuration.getKeys()).equals(
464
- "[\"a.b.B\",\"a.b.c[0]\",\"a.A\"]"));
+ "[\"a.b.B\",\"a.A\",\"a.b.c[0]\"]"));
465
}
466
467
@Test
0 commit comments