mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
Unit Tests
- Removed obsolete test.
This commit is contained in:
parent
7512dd21aa
commit
a93ae1ca07
1 changed files with 1 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Test::More tests => 82;
|
use Test::More tests => 81;
|
||||||
|
|
||||||
# Ensure environment has no influence.
|
# Ensure environment has no influence.
|
||||||
delete $ENV{'TASKDATA'};
|
delete $ENV{'TASKDATA'};
|
||||||
|
@ -188,7 +188,6 @@ if (open my $fh, '>', 'details.rc')
|
||||||
"holiday.åäö.name=åäö\n",
|
"holiday.åäö.name=åäö\n",
|
||||||
"holiday.åäö.date=20150125\n";
|
"holiday.åäö.date=20150125\n";
|
||||||
close $fh;
|
close $fh;
|
||||||
ok (-r 'details.rc', 'Created details.rc');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# task calendar details
|
# task calendar details
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue