diff options
author | Richard Linden <none@none> | 2012-10-22 10:42:36 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-10-22 10:42:36 -0700 |
commit | 534e0ee0514b482a8b32a72d5afed9a4652c0133 (patch) | |
tree | 61616140570006b132e5e08db63fda1b7709c5b6 /indra/newview | |
parent | bfe85fb24b30a24e08b48fdb2c734da0143fe845 (diff) | |
parent | d8a83466deb4ce7eab047ab6e0c4a6aeee40982c (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/tests/llviewerassetstats_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp index f9d30408ac..fc5cd781e6 100755 --- a/indra/newview/tests/llviewerassetstats_test.cpp +++ b/indra/newview/tests/llviewerassetstats_test.cpp @@ -504,8 +504,6 @@ namespace tut ensure("Region1 is present in results", sd1.isMap()); ensure("Region2 is present in results", sd2.isMap()); - llinfos << ll_pretty_print_sd(sd1) << llendl; - // Check a few points on the tree for content ensure("sd1[get_texture_non_temp_udp][enqueued] is 1", (1 == sd1["get_texture_non_temp_udp"]["enqueued"].asInteger())); ensure("sd1[get_texture_temp_udp][enqueued] is 0", (0 == sd1["get_texture_temp_udp"]["enqueued"].asInteger())); |