- Modified man page to acknowledge import from file or URL.
- Changed FEATURE_URL from #if to #ifdef, for consistency.
- Modified import.url.t to accomodate a new URL for the test.
This commit is contained in:
Paul Beckingham 2011-01-09 23:05:01 -05:00
parent 77f26994a6
commit 10a69c4d3d
3 changed files with 9 additions and 11 deletions

View file

@ -38,7 +38,7 @@ if (open my $fh, '>', 'import.rc')
ok (-r 'import.rc', 'Created import.rc');
}
my $output = qx{../src/task rc:import.rc import http://taskwarrior.org/attachments/download/216/import.txt};
my $output = qx{../src/task rc:import.rc import http://tasktools.org/import.txt};
like ($output, qr/Imported 2 tasks successfully, with 0 errors./, 'no errors');
$output = qx{../src/task rc:import.rc list};