summaryrefslogtreecommitdiff
path: root/indra/llcommon/tests/llstring_test.cpp
diff options
context:
space:
mode:
authorAaron Terrell (Enus) <enus@lindenlab.com>2010-08-24 23:41:47 -0700
committerAaron Terrell (Enus) <enus@lindenlab.com>2010-08-24 23:41:47 -0700
commit48743cbd41ab56b42959c47de8f5451f85741fbb (patch)
treed1814af2247dcdca42d57b9786d65d4c368c51b2 /indra/llcommon/tests/llstring_test.cpp
parent27e74d25a1827ea875f18f057a13e8c3c086c944 (diff)
standardizing test suite names as class name under test
Diffstat (limited to 'indra/llcommon/tests/llstring_test.cpp')
-rw-r--r--indra/llcommon/tests/llstring_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/tests/llstring_test.cpp b/indra/llcommon/tests/llstring_test.cpp
index aa36aab0dc..304e91ed92 100644
--- a/indra/llcommon/tests/llstring_test.cpp
+++ b/indra/llcommon/tests/llstring_test.cpp
@@ -38,7 +38,7 @@ namespace tut
};
typedef test_group<string_index> string_index_t;
typedef string_index_t::object string_index_object_t;
- tut::string_index_t tut_string_index("string_test");
+ tut::string_index_t tut_string_index("LLString");
template<> template<>
void string_index_object_t::test<1>()