Bug - import/export now output JSON as individual objects
* For JSON as array, json.array=1 behaves as before * Tests and add-on scripts used in import tests were updated
This commit is contained in:
@@ -73,7 +73,7 @@ like ($output, qr/"extra":"foo"/, 'UDA orphan exported');
|
||||
if (open my $fh, '>', 'import.txt')
|
||||
{
|
||||
print $fh <<EOF;
|
||||
{"uuid":"00000000-0000-0000-0000-000000000000","description":"two","status":"pending","entry":"1234567889","extra":"bar"},
|
||||
{"uuid":"00000000-0000-0000-0000-000000000000","description":"two","status":"pending","entry":"1234567889","extra":"bar"}
|
||||
EOF
|
||||
|
||||
close $fh;
|
||||
|
||||
Reference in New Issue
Block a user