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

fixing test names for reporting purposes - removing ' test'. also, updated...

fixing test names for reporting purposes - removing ' test'. also, updated docs to remove that naming schema
parent 559ded40
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ namespace tut ...@@ -79,7 +79,7 @@ namespace tut
namespace namespace
{ {
tut::factory tf("LLRegionPresenceVerifier test"); tut::factory tf("LLRegionPresenceVerifier");
} }
namespace tut namespace tut
......
...@@ -98,7 +98,7 @@ namespace tut ...@@ -98,7 +98,7 @@ namespace tut
namespace namespace
{ {
tut::factory tf("LLTemplateMessageDispatcher test"); tut::factory tf("LLTemplateMessageDispatcher");
} }
namespace tut namespace tut
......
...@@ -98,7 +98,7 @@ namespace tut ...@@ -98,7 +98,7 @@ namespace tut
namespace namespace
{ {
tut::factory tf("LLTrustedMessageServiceData test"); tut::factory tf("LLTrustedMessageServiceData");
} }
namespace tut namespace tut
......
...@@ -112,7 +112,7 @@ namespace tut ...@@ -112,7 +112,7 @@ namespace tut
typedef test_group<LLPluginCookieStoreFixture> factory; typedef test_group<LLPluginCookieStoreFixture> factory;
typedef factory::object object; typedef factory::object object;
factory tf("LLPluginCookieStore test"); factory tf("LLPluginCookieStore");
// Tests // Tests
template<> template<> template<> template<>
......
...@@ -169,7 +169,7 @@ namespace tut ...@@ -169,7 +169,7 @@ namespace tut
namespace namespace
{ {
// this is for naming our tests to make pretty output // this is for naming our tests to make pretty output
tut::factory tf("MediaEntry Test"); tut::factory tf("LLMediaEntry");
} }
namespace tut namespace tut
......
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