diff options
author | Richard Linden <none@none> | 2012-11-01 19:55:06 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2012-11-01 19:55:06 -0700 |
commit | bb6bda9eef48f5b08b56af46321b79fe7f1d49d7 (patch) | |
tree | a844a4583d9c67a60dafb85472d5d11ed81d6b19 /indra/newview | |
parent | 74fe126590fba03752d1d8d88dd3bb59c6900026 (diff) |
SH-3499 Ensure asset stats output is correct
added support for specifying predicates for xui and llsd serialization
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/tests/llviewerassetstats_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/tests/llviewerassetstats_test.cpp b/indra/newview/tests/llviewerassetstats_test.cpp index fc5cd781e6..26a76eda2c 100755 --- a/indra/newview/tests/llviewerassetstats_test.cpp +++ b/indra/newview/tests/llviewerassetstats_test.cpp @@ -266,6 +266,7 @@ namespace tut ensure("Global gViewerAssetStats should still be NULL", (NULL == gViewerAssetStats)); LLSD sd_full = it->asLLSD(false); + llinfos << ll_pretty_print_sd(sd_full) << llendl; // Default (NULL) region ID doesn't produce LLSD results so should // get an empty map back from output |