Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Geyer <blueice@fobos.de>2012-07-22 16:58:15 +0400
committerFlorian Geyer <blueice@fobos.de>2012-07-22 16:58:15 +0400
commit7bd080760e80ddd35495d9b70ec3220a782d4ed8 (patch)
treeab960399c40cc287e0d84dadf845cb7e2c8e5fff /tests/TestWildcardMatcher.h
parent4f78c32461a332e44e49ff95d44b71e7026c2f6c (diff)
Make wildcard matcher case insensitive.
Diffstat (limited to 'tests/TestWildcardMatcher.h')
-rw-r--r--tests/TestWildcardMatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestWildcardMatcher.h b/tests/TestWildcardMatcher.h
index 2ee1c34ee..27d9a2b03 100644
--- a/tests/TestWildcardMatcher.h
+++ b/tests/TestWildcardMatcher.h
@@ -39,6 +39,7 @@ private Q_SLOTS:
void testNoMatchWithMultipleWildcards();
void testMatchJustWildcard();
void testMatchFollowingWildcards();
+ void testCaseSensitivity();
private:
static const QString DefaultText;