mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Modified several unit tests to accomodate new column names.
This commit is contained in:
parent
0d9d01324e
commit
04033911c3
10 changed files with 46 additions and 130 deletions
|
@ -34,7 +34,8 @@ use Test::More tests => 8;
|
|||
if (open my $fh, '>', 'color.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"color.pri.H=red\n";
|
||||
"color.pri.H=red\n",
|
||||
"fontunderline=no\n";
|
||||
close $fh;
|
||||
ok (-r 'color.rc', 'Created color.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue