- Fixed bug that caused dependencies to be sorted by UUID, although
  they are shown as IDs.
- Updated unit test to accomodate new comma-less formatting of
  dependencies.
This commit is contained in:
Paul Beckingham 2011-05-13 18:05:26 -04:00
parent 4f8c503a04
commit 1d10370341
3 changed files with 31 additions and 3 deletions

View file

@ -156,7 +156,7 @@ qx{../src/task rc:dep.rc do 2};
# [27]
$output = qx{../src/task rc:dep.rc depreport};
like ($output, qr/\s1\s+2,3\s+One\s+/, 'dependencies - depends report column reflects changed IDs');
like ($output, qr/\s1\s+2 3\s+One\s+/, 'dependencies - depends report column reflects changed IDs');
# [28]
qx{../src/task rc:dep.rc do 3};