From 9b85f8fff2d04b247802f65371eb053cd287f574 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 6 Sep 2014 14:38:57 -0400 Subject: [PATCH] Unit Tests - Corrected tests given feedback changes. --- test/project.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/project.t b/test/project.t index aa8d3ebc2..310b07300 100755 --- a/test/project.t +++ b/test/project.t @@ -65,7 +65,7 @@ $output = qx{../src/task rc:$rc 2 delete 2>&1 >/dev/null}; like ($output, qr/The project 'foo' has changed\. Project 'foo' is 33% complete \(2 of 3 tasks remaining\)\./, "$ut: delete two"); $output = qx{../src/task rc:$rc 3 modify pro:bar 2>&1 >/dev/null}; -like ($output, qr/The project 'foo' has changed\. Project 'foo' is 50% complete \(1 task remaining\)\./, "$ut: change project"); +like ($output, qr/The project 'foo' has changed\. Project 'foo' is 50% complete \(1 of 2 tasks remaining\)\./, "$ut: change project"); like ($output, qr/The project 'bar' has changed\. Project 'bar' is 0% complete \(1 task remaining\)\./, "$ut: change project"); # Test projects with spaces in them.