Changeset 1682
- Timestamp:
- 26/05/2007 14:01:04 (20 months ago)
- Files:
-
- 1 modified
-
box/chris/general/test/common/testcommon.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/chris/general/test/common/testcommon.cpp
r1641 r1682 753 753 754 754 // Add regex entries 755 #ifdef HAVE_REGEX_ H755 #ifdef HAVE_REGEX_SUPPORT 756 756 elist.AddRegexEntries(std::string("[a-d]+\\.reg$" "\x01" "EXCLUDE" "\x01" "^exclude$")); 757 757 elist.AddRegexEntries(std::string("")); … … 785 785 == !CASE_SENSITIVE); 786 786 787 #ifdef HAVE_REGEX_ H787 #ifdef HAVE_REGEX_SUPPORT 788 788 TEST_THAT(elist.IsExcluded(std::string("b.reg")) == true); 789 789 TEST_THAT(elist.IsExcluded(std::string("B.reg")) == !CASE_SENSITIVE);
