Unit Test - bug.605.t

- Enabled the (failing) unit test, which now stands a chance of being
  fixed.
This commit is contained in:
Paul Beckingham 2011-08-14 21:03:40 -04:00
parent 8af6d70685
commit e403574c34

View file

@ -44,7 +44,7 @@ if (open my $fh, '>', 'bug.rc')
qx{../src/task rc:bug.rc add One project:p1};
# Delete the task and note the completion status of the project
my $output = qx{echo '-- y' | ../src/task rc:bug.rc del 1};
my $output = qx{echo '-- y' | ../src/task rc:bug.rc 1 del};
like ($output, qr/is 100\% complete/ms, 'Empty project correctly reported as being 100% completed.');
# Cleanup.