Unit Tests

- Error in unit tests.  UDAs are in better shape than was reported.
This commit is contained in:
Paul Beckingham
2012-07-04 14:14:45 -04:00
parent 1b329d34b3
commit 7eebfba1ef

View File

@@ -66,7 +66,7 @@ like ($output, qr/extra\s+foo/, 'UDA orphan preserved by modification');
# Make sure an orphan UDA is exported.
$output = qx{../src/task rc:uda.rc export 2>&1};
like ($output, qr/"extra":"two"/, 'UDA orphan exported');
like ($output, qr/"extra":"foo"/, 'UDA orphan exported');
# Make sure an orphan UDA can be exported.
if (open my $fh, '>', 'import.txt')