Unit Tests

- Removed diagnostic output that is no longer needed.
This commit is contained in:
Paul Beckingham 2014-06-15 22:22:02 -04:00
parent 877c6fae9e
commit 67d85b484b

View file

@ -80,9 +80,6 @@ qx{../src/task rc:$rc 4 annotate note 2>&1};
qx{../src/task rc:$rc add blocked depends:1 2>&1}; qx{../src/task rc:$rc add blocked depends:1 2>&1};
qx{../src/task rc:$rc add due_eom due:eom 2>&1}; qx{../src/task rc:$rc add due_eom due:eom 2>&1};
qx{../src/task rc:$rc add due_eow due:eow 2>&1}; qx{../src/task rc:$rc add due_eow due:eow 2>&1};
diag ('---');
diag (qx{../src/task rc:$rc all 2>&1});
diag ('---');
$output = qx{../src/task rc:$rc +COMPLETED all}; $output = qx{../src/task rc:$rc +COMPLETED all};
like ($output, qr/completed/, "$ut: +COMPLETED"); like ($output, qr/completed/, "$ut: +COMPLETED");