Opened 3 years ago
Closed 3 years ago
#8084 closed defect (fixed)
ordering issue
| Reported by: | jonduffy@… | Owned by: | seccanj |
|---|---|---|---|
| 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 3 years ago by jonduffy@…
comment:1 Changed 3 years ago by seccanj
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 3 years ago by jonduffy@…
comment:2 Changed 3 years ago by seccanj
- Status changed from new to assigned
comment:3 Changed 3 years ago by seccanj
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.
comment:4 Changed 3 years ago by seccanj
- Resolution set to fixed
- Status changed from assigned to closed
Fixed with 1.3.7.


ordering issue