From 781c77085d85101c61d0c786232e651a9d1545b0 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 26 Sep 2011 23:40:08 -0400 Subject: [PATCH] Unit tests - Fixed project.t fail. --- test/project.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/project.t b/test/project.t index ec316d8bc..41a48d80e 100755 --- a/test/project.t +++ b/test/project.t @@ -63,7 +63,7 @@ like ($output, qr/The project 'foo' has changed\. Project 'foo' is 50% complete like ($output, qr/The project 'bar' has changed\. Project 'bar' is 0% complete \(1 of 1 tasks remaining\)\./, 'change project'); # Test projects with spaces in them. -$output = qx{../src/task rc:pro.rc 3 modify pro:"foo bar"}; +$output = qx{../src/task rc:pro.rc 3 modify pro:\\"foo bar\\"}; like ($output, qr/The project 'foo bar' has changed\./, 'project with spaces'); # Cleanup.