From eae0580c29b9e88237fed777939ff71518a18cbe Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Sep 2014 14:45:09 -0400 Subject: [PATCH] Unit Tests - Corrected test given new localized strings. --- test/bug.899.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bug.899.t b/test/bug.899.t index 882b5aa54..34733271a 100755 --- a/test/bug.899.t +++ b/test/bug.899.t @@ -47,7 +47,7 @@ if (open my $fh, '>', $rc) # Bug 899: task log does not behave correctly when logging into a project my $output = qx{../src/task rc:$rc add one pro:A 2>&1 >/dev/null}; -like ($output, qr/ 0% complete \(1 of 1 /, "$ut: 1 of 1 tasks remaining - 0%"); +like ($output, qr/ 0% complete \(1 task /, "$ut: 1 task remaining - 0%"); $output = qx{../src/task rc:$rc add two pro:A 2>&1 >/dev/null}; like ($output, qr/ 0% complete \(2 of 2 /, "$ut: 2 of 2 tasks remaining - 0%");