mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Corrected test given new localized strings.
This commit is contained in:
parent
84d7fca53f
commit
eae0580c29
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if (open my $fh, '>', $rc)
|
|||
|
||||
# Bug 899: task log does not behave correctly when logging into a project
|
||||
my $output = qx{../src/task rc:$rc add one pro:A 2>&1 >/dev/null};
|
||||
like ($output, qr/ 0% complete \(1 of 1 /, "$ut: 1 of 1 tasks remaining - 0%");
|
||||
like ($output, qr/ 0% complete \(1 task /, "$ut: 1 task remaining - 0%");
|
||||
|
||||
$output = qx{../src/task rc:$rc add two pro:A 2>&1 >/dev/null};
|
||||
like ($output, qr/ 0% complete \(2 of 2 /, "$ut: 2 of 2 tasks remaining - 0%");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue