File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
metafix/src/test/java/org/metafacture/metafix Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1507,7 +1507,7 @@ public void renameArrayOfHashes() {
1507
1507
}
1508
1508
1509
1509
@ Test
1510
- public void copyIntoArrayOfHashesImplicitAppend () {
1510
+ public void copyIntoImplicitArrayAppend () {
1511
1511
MetafixTestHelpers .assertFix (streamReceiver , Arrays .asList (
1512
1512
"copy_field('your.name','author[].$append.name')" ,
1513
1513
"remove_field('your')" ),
@@ -1534,7 +1534,7 @@ public void copyIntoArrayOfHashesImplicitAppend() {
1534
1534
}
1535
1535
1536
1536
@ Test
1537
- public void copyIntoArrayOfHashesImplicitPrepend () {
1537
+ public void copyIntoImplicitArrayPrepend () {
1538
1538
MetafixTestHelpers .assertFix (streamReceiver , Arrays .asList (
1539
1539
"copy_field('your.name','author[].$prepend.name')" ,
1540
1540
"remove_field('your')" ),
@@ -1561,7 +1561,7 @@ public void copyIntoArrayOfHashesImplicitPrepend() {
1561
1561
}
1562
1562
1563
1563
@ Test
1564
- public void copyIntoArrayOfHashesExplicitAppend () {
1564
+ public void copyIntoExplicitArrayAppend () {
1565
1565
MetafixTestHelpers .assertFix (streamReceiver , Arrays .asList (
1566
1566
"set_array('author[]')" ,
1567
1567
"copy_field('your.name','author[].$append.name')" ,
You can’t perform that action at this time.
0 commit comments