diff options
author | Aaron Terrell (Enus) <enus@lindenlab.com> | 2010-08-24 23:41:47 -0700 |
---|---|---|
committer | Aaron Terrell (Enus) <enus@lindenlab.com> | 2010-08-24 23:41:47 -0700 |
commit | 48743cbd41ab56b42959c47de8f5451f85741fbb (patch) | |
tree | d1814af2247dcdca42d57b9786d65d4c368c51b2 /indra/llcommon/tests/commonmisc_test.cpp | |
parent | 27e74d25a1827ea875f18f057a13e8c3c086c944 (diff) |
standardizing test suite names as class name under test
Diffstat (limited to 'indra/llcommon/tests/commonmisc_test.cpp')
-rw-r--r-- | indra/llcommon/tests/commonmisc_test.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/llcommon/tests/commonmisc_test.cpp b/indra/llcommon/tests/commonmisc_test.cpp index 390e3719cf..b115c153c1 100644 --- a/indra/llcommon/tests/commonmisc_test.cpp +++ b/indra/llcommon/tests/commonmisc_test.cpp @@ -59,7 +59,7 @@ namespace tut }; typedef test_group<sd_data> sd_test; typedef sd_test::object sd_object; - tut::sd_test sd("llsd"); + tut::sd_test sd("LLSD"); template<> template<> void sd_object::test<1>() @@ -450,7 +450,7 @@ namespace tut }; typedef test_group<mem_data> mem_test; typedef mem_test::object mem_object; - tut::mem_test mem_stream("memory_stream"); + tut::mem_test mem_stream("LLMemoryStream"); template<> template<> void mem_object::test<1>() @@ -643,7 +643,7 @@ namespace tut }; typedef test_group<hash_data> hash_test; typedef hash_test::object hash_object; - tut::hash_test hash_tester("hash_test"); + tut::hash_test hash_tester("LLHash"); template<> template<> void hash_object::test<1>() |