Actions
Feature #519
closedRegression test script should check whether task file is correctly ordered
Start date:
11/02/2010
Due date:
11/17/2010
% Done:
0%
Estimated time:
Published in build:
Description
At the moment this is suggested but not checked. So such 'difference' is reported as difference:
driver=online-drivers--some_other--a.c.tar.bz2.tar.bz2;... driver=online-drivers--some_other--a.c_out.tar.bz2.tar.bz2;...
driver=online-drivers--some_other--a.c_out.tar.bz2.tar.bz2;... driver=online-drivers--some_other--a.c.tar.bz2.tar.bz2;...
(indeed there is no difference).
To eliminate such ambiguous 'difference' automatic checking of order would be very nice.
Updated by Pavel Shved about 14 years ago
- Due date set to 11/17/2010
- Assignee changed from Evgeny Novikov to Pavel Shved
I'll fix this bug by sorting each file with test results (both "original" and "current") with Perl or shell sort, whichever is applicable. Such a sort will be done on user's machine, and will arrange both files in the same way. If there's no difference, none will be reported.
Updated by Pavel Shved about 14 years ago
- Status changed from Open to Resolved
Fixed in 1198dc5. Waiting for tests to finish.
Updated by Evgeny Novikov about 14 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Pavel Shved to Evgeny Novikov
I'll review it.
Updated by Evgeny Novikov about 14 years ago
- Status changed from Feedback to Closed
Fix it a bit in the commit 9893fbe. All is ok!
Actions