mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Fixed a series of broken tests.
This commit is contained in:
parent
f7d40e8d8d
commit
f7c91d6db7
9 changed files with 9 additions and 9 deletions
|
@ -50,7 +50,7 @@ if (open my $fh, '>', 'import.txt')
|
|||
}
|
||||
|
||||
my $output = qx{../task rc:import.rc import import.txt};
|
||||
is ($output, "Imported 2 tasks successfully, with 0 errors.\n", 'no errors');
|
||||
like ($output, qr/Imported 2 tasks successfully, with 0 errors./, 'no errors');
|
||||
|
||||
$output = qx{../task rc:import.rc list};
|
||||
like ($output, qr/1.+A.+M.+foo bar/, 't1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue