From ce33f6bcada3a91c1e5181142e28575230e1c90f Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Thu, 1 Oct 2020 07:49:49 -0400
Subject: [PATCH] Fix broken httpdate test on windows

---
 indra/test/llhttpdate_tut.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/indra/test/llhttpdate_tut.cpp b/indra/test/llhttpdate_tut.cpp
index ecf734ee907..caae1a7920a 100644
--- a/indra/test/llhttpdate_tut.cpp
+++ b/indra/test/llhttpdate_tut.cpp
@@ -113,8 +113,8 @@ namespace tut
 	{
 		// test localization of http dates
 #if LL_WINDOWS
-		const char *en_locale = "english";
-		const char *fr_locale = "french";
+		const char *en_locale = "English_United States.1252";
+		const char *fr_locale = "French_France.1252";
 #else
 		const char *en_locale = "en_GB.UTF-8";
 		const char *fr_locale = "fr_FR.UTF-8";
-- 
GitLab