Opened 14 years ago
Closed 14 years ago
#8084 closed defect (fixed)
ordering issue
Reported by: | Owned by: | Roberto Longobardi | |
---|---|---|---|
Priority: | normal | Component: | TestManagerForTracPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
In one folder i have 64 tests named "test 1" thru to "test 64"
these are all organised numerically, until "test 52" which appears at the top
as does the following tests down to "test 64"
Attachments (3)
Change History (7)
Changed 14 years ago by
Attachment: | Screen shot 2010-11-18 at 13.44.28.png added |
---|
comment:1 Changed 14 years ago by
Mhhhh... has this anything to do with... black magic??? XD
Please, could you reload the screenshot attachment using a shorter file name with no blanks? (The trac-hacks trac installaiton is old, 0.10, and does not support these filenames...)
I'll take a look asap.
Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by
The ordering will be based on test case title, instead of test case ID as it was before.
Anyway, please note that you will need to augment your way of automatically defining your test case titles to avoid the problem shown in the attachment.
Use leading zeros to ensure proper ordering.
What do you think?
The fix will be released in 1.3.7 soon.
ordering issue