Bug 43639 - The default value for casesensitive should be true for assertMatches
Summary: The default value for casesensitive should be true for assertMatches
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: AntUnit (show other bugs)
Version: 1.0
Hardware: Other other
: P2 normal (vote)
Target Milestone: 1.1
Assignee: Ant Notifications List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-16 13:40 UTC by David Jackman
Modified: 2007-12-05 08:42 UTC (History)
1 user (show)



Attachments
Patch to implement this feature (5.47 KB, patch)
2007-10-16 13:42 UTC, David Jackman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Jackman 2007-10-16 13:40:47 UTC
The documentation for assertMatches states that the default value for
casesensitive is "true", but it is really "false".
Comment 1 David Jackman 2007-10-16 13:42:30 UTC
Created attachment 20991 [details]
Patch to implement this feature

This patch also adds an assertDoesntMatch assertion (with corresponding test
and docs).
Comment 2 Stefan Bodewig 2007-12-05 08:42:05 UTC
both parts of the patch ar in trunk now, thanks!