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.
TripleSort
1 parent 67a7e6e commit f5b49fbCopy full SHA for f5b49fb
metafix/src/test/java/org/metafacture/metafix/FindFixPathsTest.java
@@ -47,6 +47,7 @@ public FindFixPathsTest() {
47
public void testShouldFindPaths() {
48
verify(
49
"a\t|\tAn ETL test",
50
+ "a\t|\tAnother ETL test",
51
"c.2\t|\tETL what?");
52
}
53
@@ -61,7 +62,7 @@ private void processRecord() {
61
62
finder.literal("c", "ETL what?");
63
finder.endRecord();
64
finder.startRecord("2");
- finder.literal("a", "An another test");
65
+ finder.literal("a", "Another ETL test");
66
finder.literal("b", "");
67
finder.literal("b", "Dummi");
68
finder.literal("b", "Dog");
0 commit comments