Unit Tests

- The bug.uuid.t test was relying on 'stats' to perform a GC, which is
  no longer true.
This commit is contained in:
Paul Beckingham 2011-09-08 23:13:59 -04:00
parent a297756ff0
commit 22e39538c7
3 changed files with 11 additions and 28 deletions

View file

@ -58,7 +58,7 @@ like ($output, qr/No matches./, 'No matches');
ok (-r 'completed.data', 'completed.data created');
$output = qx{../src/task rc:delete.rc info 1};
like ($output, qr/No matches\./, 'No matches');
like ($output, qr/No matches\./, 'No matches'); # 10
# Add a task, delete it, and modify on the fly.
qx{../src/task rc:delete.rc add one two};