Skip to content

Commit 5e5bf5f

Browse files
committed
Update strictness integration tests to correspond to unit tests
See #170, 0dfcfb8
1 parent 2b476e2 commit 5e5bf5f

File tree

4 files changed

+6
-6
lines changed
  • metafix/src/test/resources/org/metafacture/metafix/integration/script/fromJson/toJson

4 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
2-
"before" : "",
32
"data" : "FOO",
3+
"before" : "",
44
"after" : ""
55
}
66
{
7+
"data" : "foo",
8+
"data" : "bar",
79
"before" : "",
810
"after" : ""
911
}
1012
{
11-
"before" : "",
1213
"data" : "BAR",
14+
"before" : "",
1315
"after" : ""
1416
}

metafix/src/test/resources/org/metafacture/metafix/integration/script/fromJson/toJson/strictnessSkipExpressionOnExecutionException/todo.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"before" : "",
32
"data" : "FOO",
3+
"before" : "",
44
"after" : ""
55
}
66
{
7-
"before" : "",
87
"data" : "BAR",
8+
"before" : "",
99
"after" : ""
1010
}

metafix/src/test/resources/org/metafacture/metafix/integration/script/fromJson/toJson/strictnessSkipRecordOnExecutionException/todo.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)