mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 19:03:07 +02:00
The usual TZ problem...
This commit is contained in:
parent
2de82aa3c1
commit
2836ae66c7
1 changed files with 4 additions and 4 deletions
|
@ -91,16 +91,16 @@ like ($output, qr/UUNNDDOO/, 'task UUNNDDOO modified status to pending');
|
|||
$output = qx{../src/task rc:uuid.rc completed};
|
||||
unlike ($output, qr/UUNNDDOO/, 'task does not list UUNNDDOO after modification');
|
||||
|
||||
qx{../src/task rc:uuid.rc d71d3566-7a6b-4c32-8f0b-6de75bb9397b modify start:1293753600};
|
||||
qx{../src/task rc:uuid.rc d71d3566-7a6b-4c32-8f0b-6de75bb9397b modify start:1293796800};
|
||||
$output = qx{../src/task rc:uuid.rc long};
|
||||
like ($output, qr/12\/31\/2010/, 'modified start date of task ssttaarrtt');
|
||||
|
||||
qx{../src/task rc:uuid.rc 727baa6c-65b8-485e-a810-e133e3cd83dc modify end:1293753600};
|
||||
qx{../src/task rc:uuid.rc 727baa6c-65b8-485e-a810-e133e3cd83dc modify end:1293796800};
|
||||
$output = qx{../src/task rc:uuid.rc completed};
|
||||
like ($output, qr/12\/31\/2010/, 'modified end date of task eenndd');
|
||||
|
||||
qx{../src/task rc:uuid.rc aa4abef1-1dc5-4a43-b6a0-7872df3094bb modify entry:1293667200};
|
||||
qx{../src/task rc:uuid.rc aa4abef1-1dc5-4a43-b6a0-7872df3094bb modify start:1293840000};
|
||||
qx{../src/task rc:uuid.rc aa4abef1-1dc5-4a43-b6a0-7872df3094bb modify entry:1293710400};
|
||||
qx{../src/task rc:uuid.rc aa4abef1-1dc5-4a43-b6a0-7872df3094bb modify start:1293883200};
|
||||
$output = qx{../src/task rc:uuid.rc long};
|
||||
like ($output, qr/12\/30\/2010/, 'modified entry date of task three');
|
||||
like ($output, qr/1\/1\/2011/, 'added start date of task three with modify');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue