From 834a1f6afe5acc7f4686773dcc90b8f7e11e693b Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Fri, 23 Jan 2015 11:51:01 -0500
Subject: [PATCH] Re-enable skipped test: evidently Windows APR libs CAN
 transcode. I don't know at what point the skip() was introduced, but that
 test now passes even on Windows.

---
 indra/test/lltranscode_tut.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/test/lltranscode_tut.cpp b/indra/test/lltranscode_tut.cpp
index 2431afad273..3fce6e0e2bd 100755
--- a/indra/test/lltranscode_tut.cpp
+++ b/indra/test/lltranscode_tut.cpp
@@ -49,9 +49,6 @@ namespace tut
 	template<> template<>
 	void LLTranscodeTestObject::test<1>()
 	{
-#if LL_WINDOWS
-		skip("Windows APR libs can't transcode.");
-#endif
 		// Test utf8
 		std::stringstream input;
 		std::stringstream output;
-- 
GitLab