summaryrefslogtreecommitdiff
path: root/indra/test
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2015-01-23 11:51:01 -0500
committerNat Goodspeed <nat@lindenlab.com>2015-01-23 11:51:01 -0500
commit834a1f6afe5acc7f4686773dcc90b8f7e11e693b (patch)
tree57c8d6cc3ade641c9df81b90f3b51f399cddff3f /indra/test
parent60727c97f430cd392bba1f9122dc0fa8de48005f (diff)
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.
Diffstat (limited to 'indra/test')
-rwxr-xr-xindra/test/lltranscode_tut.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/test/lltranscode_tut.cpp b/indra/test/lltranscode_tut.cpp
index 2431afad27..3fce6e0e2b 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;