From 48c764a580830757e83e5b91c1fbb4fe149114cc Mon Sep 17 00:00:00 2001 From: scrawl Date: Sun, 7 May 2017 23:31:06 +0200 Subject: [PATCH] Update test --- apps/openmw_test_suite/misc/test_stringops.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/openmw_test_suite/misc/test_stringops.cpp b/apps/openmw_test_suite/misc/test_stringops.cpp index c47e49724..3a3fe295c 100644 --- a/apps/openmw_test_suite/misc/test_stringops.cpp +++ b/apps/openmw_test_suite/misc/test_stringops.cpp @@ -30,6 +30,7 @@ TEST_F(PartialBinarySearchTest, partial_binary_search_test) EXPECT_TRUE( matches("Tri Head") ); EXPECT_TRUE( matches("tri head") ); + EXPECT_FALSE( matches("Hea") ); EXPECT_FALSE( matches(" Head") ); EXPECT_FALSE( matches("Tri Head") ); }