Skip to content

Commit 8c5d144

Browse files
committed
Fix llhttpdate test on windows and macos (#3909)
1 parent f029903 commit 8c5d144

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

indra/test/llhttpdate_tut.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,8 @@ namespace tut
112112
void httpdate_object::test<4>()
113113
{
114114
// test localization of http dates
115-
#if LL_WINDOWS
116-
const char *en_locale = "english";
117-
const char *fr_locale = "french";
118-
#else
119-
const char *en_locale = "en_GB.UTF-8";
115+
const char *en_locale = "en_US.UTF-8";
120116
const char *fr_locale = "fr_FR.UTF-8";
121-
#endif
122117

123118
std::string prev_locale = LLStringUtil::getLocale();
124119
std::string prev_clocale = std::string(setlocale(LC_TIME, NULL));

0 commit comments

Comments
 (0)