From e403574c34487480ceea82f31f594552df21b12b Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 14 Aug 2011 21:03:40 -0400 Subject: [PATCH] Unit Test - bug.605.t - Enabled the (failing) unit test, which now stands a chance of being fixed. --- test/{bug.605.t.postponed => bug.605.t} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{bug.605.t.postponed => bug.605.t} (96%) diff --git a/test/bug.605.t.postponed b/test/bug.605.t similarity index 96% rename from test/bug.605.t.postponed rename to test/bug.605.t index 36429b9a8..27c9cef69 100755 --- a/test/bug.605.t.postponed +++ b/test/bug.605.t @@ -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.