From 27e74d25a1827ea875f18f057a13e8c3c086c944 Mon Sep 17 00:00:00 2001
From: "Aaron Terrell (Enus)" <enus@lindenlab.com>
Date: Tue, 24 Aug 2010 22:26:07 -0700
Subject: [PATCH] fixing test names for reporting purposes - removing ' test'.
 also, updated docs to remove that naming schema

---
 indra/llmessage/tests/llregionpresenceverifier_test.cpp    | 2 +-
 indra/llmessage/tests/lltemplatemessagedispatcher_test.cpp | 2 +-
 indra/llmessage/tests/lltrustedmessageservice_test.cpp     | 2 +-
 indra/llplugin/tests/llplugincookiestore_test.cpp          | 2 +-
 indra/llprimitive/tests/llmediaentry_test.cpp              | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/indra/llmessage/tests/llregionpresenceverifier_test.cpp b/indra/llmessage/tests/llregionpresenceverifier_test.cpp
index 06152b4c6d..5b89f2a8c6 100644
--- a/indra/llmessage/tests/llregionpresenceverifier_test.cpp
+++ b/indra/llmessage/tests/llregionpresenceverifier_test.cpp
@@ -79,7 +79,7 @@ namespace tut
 
 namespace
 {
-	tut::factory tf("LLRegionPresenceVerifier test");
+	tut::factory tf("LLRegionPresenceVerifier");
 }
 
 namespace tut
diff --git a/indra/llmessage/tests/lltemplatemessagedispatcher_test.cpp b/indra/llmessage/tests/lltemplatemessagedispatcher_test.cpp
index 65fd9da690..3b04530c1a 100644
--- a/indra/llmessage/tests/lltemplatemessagedispatcher_test.cpp
+++ b/indra/llmessage/tests/lltemplatemessagedispatcher_test.cpp
@@ -98,7 +98,7 @@ namespace tut
 
 namespace
 {
-	tut::factory tf("LLTemplateMessageDispatcher test");
+	tut::factory tf("LLTemplateMessageDispatcher");
 }
 
 namespace tut
diff --git a/indra/llmessage/tests/lltrustedmessageservice_test.cpp b/indra/llmessage/tests/lltrustedmessageservice_test.cpp
index 8fc5934c61..b287a29841 100644
--- a/indra/llmessage/tests/lltrustedmessageservice_test.cpp
+++ b/indra/llmessage/tests/lltrustedmessageservice_test.cpp
@@ -98,7 +98,7 @@ namespace tut
 
 namespace
 {
-	tut::factory tf("LLTrustedMessageServiceData test");
+	tut::factory tf("LLTrustedMessageServiceData");
 }
 
 namespace tut
diff --git a/indra/llplugin/tests/llplugincookiestore_test.cpp b/indra/llplugin/tests/llplugincookiestore_test.cpp
index cc8663285f..aefa1ca144 100644
--- a/indra/llplugin/tests/llplugincookiestore_test.cpp
+++ b/indra/llplugin/tests/llplugincookiestore_test.cpp
@@ -112,7 +112,7 @@ namespace tut
 	
 	typedef test_group<LLPluginCookieStoreFixture> factory;
 	typedef factory::object object;
-	factory tf("LLPluginCookieStore test");
+	factory tf("LLPluginCookieStore");
 
 	// Tests
 	template<> template<>
diff --git a/indra/llprimitive/tests/llmediaentry_test.cpp b/indra/llprimitive/tests/llmediaentry_test.cpp
index 5234ea25f9..16e5f894e2 100644
--- a/indra/llprimitive/tests/llmediaentry_test.cpp
+++ b/indra/llprimitive/tests/llmediaentry_test.cpp
@@ -169,7 +169,7 @@ namespace tut
 namespace
 {
     // this is for naming our tests to make pretty output
-    tut::factory tf("MediaEntry Test");
+    tut::factory tf("LLMediaEntry");
 }
 
 namespace tut
-- 
GitLab