Skip to content
Snippets Groups Projects
Commit 334c04ce authored by Aaron Terrell (Enus)'s avatar Aaron Terrell (Enus)
Browse files

standardizing a couple of stragler test 'suite' names as class name

parent 6bf5da66
No related branches found
No related tags found
No related merge requests found
...@@ -314,7 +314,7 @@ namespace tut ...@@ -314,7 +314,7 @@ namespace tut
typedef test_group<lllogininstance_data> lllogininstance_group; typedef test_group<lllogininstance_data> lllogininstance_group;
typedef lllogininstance_group::object lllogininstance_object; typedef lllogininstance_group::object lllogininstance_object;
lllogininstance_group llsdmgr("lllogininstance"); lllogininstance_group llsdmgr("LLLoginInstance");
template<> template<> template<> template<>
void lllogininstance_object::test<1>() void lllogininstance_object::test<1>()
......
...@@ -226,7 +226,7 @@ namespace tut ...@@ -226,7 +226,7 @@ namespace tut
typedef test_group<llviewerlogin_data> llviewerlogin_group; typedef test_group<llviewerlogin_data> llviewerlogin_group;
typedef llviewerlogin_group::object llviewerlogin_object; typedef llviewerlogin_group::object llviewerlogin_object;
llviewerlogin_group llviewerlogingrp("llviewerlogin"); llviewerlogin_group llviewerlogingrp("LLViewerLogin");
template<> template<> template<> template<>
void llviewerlogin_object::test<1>() void llviewerlogin_object::test<1>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment