forked from mirror/openmw-tes3mp
Fixed Travis CI build
This commit is contained in:
parent
48c764a580
commit
de14e9811d
1 changed files with 1 additions and 1 deletions
|
@ -40,6 +40,6 @@ TEST_F (PartialBinarySearchTest, ci_test)
|
||||||
EXPECT_TRUE (Misc::StringUtils::lowerCase("ASD") == "asd");
|
EXPECT_TRUE (Misc::StringUtils::lowerCase("ASD") == "asd");
|
||||||
|
|
||||||
// test to make sure system locale is not used
|
// test to make sure system locale is not used
|
||||||
std::string unicode1 = "\u04151 \u0418"; // CYRILLIC CAPITAL LETTER IE CYRILLIC CAPITAL LETTER I
|
std::string unicode1 = "\u04151 \u0418"; // CYRILLIC CAPITAL LETTER IE, CYRILLIC CAPITAL LETTER I
|
||||||
EXPECT_TRUE( Misc::StringUtils::lowerCase(unicode1) == unicode1 );
|
EXPECT_TRUE( Misc::StringUtils::lowerCase(unicode1) == unicode1 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue