File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
java/org/metafacture/metafix
resources/org/metafacture/metafix/integration/record/fromJson/toJson/copy_fieldToSubfieldOfArrayOfObjectsWithIndexGeneratingNewObject Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1626,7 +1626,7 @@ public void multipleReplaceAllWithWildcardAfterCopyFieldWithVarInSourceAndTarget
1626
1626
}
1627
1627
1628
1628
@ Test
1629
- @ MetafixToDo ("See https://github.com/metafacture/metafacture-fix/pull/170 " )
1629
+ @ MetafixToDo ("Do we actually want implicit append? WDCD? See (passing) copyFieldToSubfieldOfArrayOfStringsWithIndexImplicitAppend " )
1630
1630
public void copyFieldToSubfieldOfArrayOfObjectsWithIndexImplicitAppend () {
1631
1631
MetafixTestHelpers .assertFix (streamReceiver , Arrays .asList (
1632
1632
"set_array('test[]')" ,
@@ -1650,6 +1650,7 @@ public void copyFieldToSubfieldOfArrayOfObjectsWithIndexImplicitAppend() {
1650
1650
}
1651
1651
1652
1652
@ Test
1653
+ // Do we actually want implicit append? WDCD? See (failing) copyFieldToSubfieldOfArrayOfObjectsWithIndexImplicitAppend
1653
1654
public void copyFieldToSubfieldOfArrayOfStringsWithIndexImplicitAppend () {
1654
1655
MetafixTestHelpers .assertFix (streamReceiver , Arrays .asList (
1655
1656
"set_array('test[]')" ,
Original file line number Diff line number Diff line change 1
- See PR #170. Do we actually want implicit append? WDCD?
1
+ Do we actually want implicit append? WDCD? See MetafixMethodTest#*WithIndexImplicitAppend tests.
You can’t perform that action at this time.
0 commit comments