Modify ↓
Opened 16 years ago
Closed 14 years ago
#334 closed defect (fixed)
[patch] Match pattern is case-sensitive
Reported by: | manu.blot@… | Owned by: | osimons |
---|---|---|---|
Priority: | trivial | Milestone: | 0.6.1 |
Component: | Build master | Version: | dev |
Keywords: | patch test easy | Cc: | |
Operating System: | BSD |
Description
from branches/experimental/trac-0.11
When adding a match pattern for an OS, for example, Bitten is case-sensitive, which is a bit of a hassle to match an OS, for example:
- Linux is a match
- linux is not a match
Attachments (1)
Change History (9)
comment:1 Changed 15 years ago by osimons
- Milestone changed from 0.6 to 0.6.1
comment:2 Changed 14 years ago by anatoly techtonik <techtonik@…>
- Keywords patch added
- Summary changed from Match pattern is case-sensitive to [patch] Match pattern is case-sensitive
comment:3 Changed 14 years ago by osimons
$> python setup.py test
Changed 14 years ago by anatoly techtonik <techtonik@…>
comment:4 Changed 14 years ago by anatoly techtonik <techtonik@…>
- Keywords test easy added
Added test case.
comment:5 Changed 14 years ago by osimons
comment:6 Changed 14 years ago by anatoly techtonik <techtonik@…>
Nice, but I can't close the ticket. There is only "new" option.
comment:7 Changed 14 years ago by osimons
- Owner changed from cmlenz to osimons
comment:8 Changed 14 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Heh, I forgot to close :-)
Note: See
TracTickets for help on using
tickets.
No test cases yet. Can't run them out of the box. Need pointer to instructions how to run tests from checkout.
bitten/queue.py