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/newview/tests/lltexturestatsuploader_test.cpp | |
parent | 27e74d25a1827ea875f18f057a13e8c3c086c944 (diff) |
standardizing test suite names as class name under test
Diffstat (limited to 'indra/newview/tests/lltexturestatsuploader_test.cpp')
-rw-r--r-- | indra/newview/tests/lltexturestatsuploader_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/tests/lltexturestatsuploader_test.cpp b/indra/newview/tests/lltexturestatsuploader_test.cpp index caeabd08b3..cfb2c267cc 100644 --- a/indra/newview/tests/lltexturestatsuploader_test.cpp +++ b/indra/newview/tests/lltexturestatsuploader_test.cpp @@ -90,7 +90,7 @@ namespace tut // Tut templating thingamagic: test group, object and test instance typedef test_group<texturestatsuploader_test> texturestatsuploader_t; typedef texturestatsuploader_t::object texturestatsuploader_object_t; - tut::texturestatsuploader_t tut_texturestatsuploader("texturestatsuploader"); + tut::texturestatsuploader_t tut_texturestatsuploader("LLTextureStatsUploader"); // --------------------------------------------------------------------------------------- |