summaryrefslogtreecommitdiff
path: root/indra/newview/tests/llremoteparcelrequest_test.cpp
diff options
context:
space:
mode:
authorRider Linden <none@none>2015-05-01 14:38:57 -0700
committerRider Linden <none@none>2015-05-01 14:38:57 -0700
commit3abd8eaee82b4823fc20861fe520f4f54a3f10cc (patch)
tree5ccdb29a661b99331be49d7266e3d40cf452dc80 /indra/newview/tests/llremoteparcelrequest_test.cpp
parent0b76b318db8bd3233595fb4164fd2e38a3d4553f (diff)
Move remote parcel request to a coro in LLRemoteParcelInfoProcessor
Fix typo in twitter. Disable unit test for remote parcel info request until test infrastructure for new core is done.
Diffstat (limited to 'indra/newview/tests/llremoteparcelrequest_test.cpp')
-rwxr-xr-xindra/newview/tests/llremoteparcelrequest_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/tests/llremoteparcelrequest_test.cpp b/indra/newview/tests/llremoteparcelrequest_test.cpp
index c49b0350e9..ea5014a59c 100755
--- a/indra/newview/tests/llremoteparcelrequest_test.cpp
+++ b/indra/newview/tests/llremoteparcelrequest_test.cpp
@@ -27,6 +27,7 @@
#include "linden_common.h"
#include "../test/lltut.h"
+#if 0
#include "../llremoteparcelrequest.h"
@@ -134,3 +135,4 @@ namespace tut
processor.processParcelInfoReply(gMessageSystem, NULL);
}
}
+#endif