Unit Tests

- Renamed bug.485.x to bug.485.t to reflect that it is not only
  fixed, but relevant.
This commit is contained in:
Paul Beckingham 2011-07-11 01:55:56 -04:00
parent 4522877b43
commit 2bf4276bda

View file

@ -48,7 +48,6 @@ qx{../src/task rc:425.rc add Foo};
qx{../src/task rc:425.rc 1 Bar in Bar};
my $output = qx{../src/task rc:425.rc 1 ls};
like ($output, qr/1\s+Bar in Bar/m, 'parser - interpret \'in\' in description');
# Cleanup.