aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/test/io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/test/io.cpp')
-rw-r--r--linden/indra/test/io.cpp14
1 files changed, 13 insertions, 1 deletions
diff --git a/linden/indra/test/io.cpp b/linden/indra/test/io.cpp
index 408b7c8..50df73c 100644
--- a/linden/indra/test/io.cpp
+++ b/linden/indra/test/io.cpp
@@ -36,7 +36,7 @@
36 36
37#include <iterator> 37#include <iterator>
38 38
39#include <apr-1/apr_pools.h> 39#include "apr_pools.h"
40 40
41#include "llbuffer.h" 41#include "llbuffer.h"
42#include "llbufferstream.h" 42#include "llbufferstream.h"
@@ -706,6 +706,9 @@ namespace tut
706 template<> template<> 706 template<> template<>
707 void bas_object::test<10>() 707 void bas_object::test<10>()
708 { 708 {
709//#if LL_WINDOWS && _MSC_VER >= 1400
710// skip_fail("Fails on VS2005 due to broken LLSDSerialize::fromNotation() parser.");
711//#endif
709 const char LOGIN_STREAM[] = "{'method':'login', 'parameter': [ {" 712 const char LOGIN_STREAM[] = "{'method':'login', 'parameter': [ {"
710 "'uri': 'sl-am:kellys.region.siva.lindenlab.com/location?start=url&px=128&py=128&pz=128&lx=0&ly=0&lz=0'}, " 713 "'uri': 'sl-am:kellys.region.siva.lindenlab.com/location?start=url&px=128&py=128&pz=128&lx=0&ly=0&lz=0'}, "
711 "{'version': i1}, {'texture_data': [ '61d724fb-ad79-f637-2186-5cf457560daa', '6e38b9be-b7cc-e77a-8aec-029a42b0b416', " 714 "{'version': i1}, {'texture_data': [ '61d724fb-ad79-f637-2186-5cf457560daa', '6e38b9be-b7cc-e77a-8aec-029a42b0b416', "
@@ -791,6 +794,9 @@ namespace tut
791 template<> template<> 794 template<> template<>
792 void bas_object::test<12>() 795 void bas_object::test<12>()
793 { 796 {
797//#if LL_WINDOWS && _MSC_VER >= 1400
798// skip_fail("Fails on VS2005 due to broken LLSDSerialize::fromNotation() parser.");
799//#endif
794 std::string val = "{!'foo':[i1,'hi',{@'bar'#:[$i2%,^'baz'&]*}+]=}"; 800 std::string val = "{!'foo':[i1,'hi',{@'bar'#:[$i2%,^'baz'&]*}+]=}";
795 std::istringstream istr; 801 std::istringstream istr;
796 istr.str(val); 802 istr.str(val);
@@ -1309,6 +1315,9 @@ namespace tut
1309 template<> template<> 1315 template<> template<>
1310 void rpc_server_object::test<2>() 1316 void rpc_server_object::test<2>()
1311 { 1317 {
1318//#if LL_WINDOWS && _MSC_VER >= 1400
1319// skip_fail("Fails on VS2005 due to broken LLSDSerialize::fromNotation() parser.");
1320//#endif
1312 std::string uri("sl-am:66.150.244.180:12035/location?start=region&px=70.9247&py=254.378&pz=38.7304&lx=-0.043753&ly=-0.999042&lz=0"); 1321 std::string uri("sl-am:66.150.244.180:12035/location?start=region&px=70.9247&py=254.378&pz=38.7304&lx=-0.043753&ly=-0.999042&lz=0");
1313 std::stringstream stream; 1322 std::stringstream stream;
1314 stream << "{'task_id':ucc706f2d-0b68-68f8-11a4-f1043ff35ca0}\n{\n\tname\tObject|\n\tpermissions 0\n}"; 1323 stream << "{'task_id':ucc706f2d-0b68-68f8-11a4-f1043ff35ca0}\n{\n\tname\tObject|\n\tpermissions 0\n}";
@@ -1397,6 +1406,9 @@ namespace tut
1397 template<> template<> 1406 template<> template<>
1398 void rpc_server_object::test<3>() 1407 void rpc_server_object::test<3>()
1399 { 1408 {
1409//#if LL_WINDOWS && _MSC_VER >= 1400
1410// skip_fail("Fails on VS2005 due to broken LLSDSerialize::fromNotation() parser.");
1411//#endif
1400 std::string uri("sl-am:66.150.244.180:12035/location?start=region&px=70.9247&py=254.378&pz=38.7304&lx=-0.043753&ly=-0.999042&lz=0"); 1412 std::string uri("sl-am:66.150.244.180:12035/location?start=region&px=70.9247&py=254.378&pz=38.7304&lx=-0.043753&ly=-0.999042&lz=0");
1401 1413
1402 LLBufferArray buffer; 1414 LLBufferArray buffer;