forked from mirror/openmw-tes3mp
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_TRUE( matches("tri head") );
|
EXPECT_TRUE( matches("tri head") );
|
||||||
|
|
||||||
|
EXPECT_FALSE( matches("Hea") );
|
||||||
EXPECT_FALSE( matches(" Head") );
|
EXPECT_FALSE( matches(" Head") );
|
||||||
EXPECT_FALSE( matches("Tri Head") );
|
EXPECT_FALSE( matches("Tri Head") );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue