mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +00:00
Update test
This commit is contained in:
parent
813af876f6
commit
48c764a580
@ -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") );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user