- Fixed bug #932, which fixed change propagation for recurring tasks (thanks to
  Jennifer Cormier).
- Added unit tests, corrected some.
This commit is contained in:
Paul Beckingham
2012-02-20 17:25:31 -05:00
parent 259f39f2d2
commit 39998d5cc5
7 changed files with 138 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ qx{../src/task rc:bug.rc ls};
# Result: trying to add the project generates an error about removing
# recurrence from a task.
my $output = qx{../src/task rc:bug.rc 1 modify project:bar};
my $output = qx{echo '-- y' | ../src/task rc:bug.rc 1 modify project:bar};
unlike ($output, qr/You cannot remove the recurrence from a recurring task./ms, 'No recurrence removal error');
# Now try to generate the error above via regular means - ie, is it actually