mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Import
- 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:
parent
77f26994a6
commit
10a69c4d3d
3 changed files with 9 additions and 11 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue