mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 08:23:53 +00:00
Update test
This commit is contained in:
parent
813af876f6
commit
48c764a580
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue