diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-01-23 11:51:01 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-01-23 11:51:01 -0500 |
commit | 834a1f6afe5acc7f4686773dcc90b8f7e11e693b (patch) | |
tree | 57c8d6cc3ade641c9df81b90f3b51f399cddff3f /indra | |
parent | 60727c97f430cd392bba1f9122dc0fa8de48005f (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')
-rwxr-xr-x | indra/test/lltranscode_tut.cpp | 3 |
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; |