Unit Tests

- Fixed more unit tests that were out of synch with the latest
  functionality, text messages or rendering.
This commit is contained in:
Paul Beckingham 2011-08-24 00:47:44 -04:00
parent 6f38e10cab
commit 02df3853f7
4 changed files with 5 additions and 7 deletions

View file

@ -46,7 +46,7 @@ if (open my $fh, '>', '440.rc')
qx{../src/task rc:440.rc add Foo};
qx{../src/task rc:440.rc add Foo};
qx{../src/task rc:440.rc 1 /Foo/Bar/ append Appendtext};
qx{../src/task rc:440.rc 1 append /Foo/Bar/ Appendtext};
qx{../src/task rc:440.rc 2 append Appendtext /Foo/Bar/};
my $output1 = qx{../src/task rc:440.rc 1 ls};