diff options
| author | Aaron Terrell (Enus) <enus@lindenlab.com> | 2010-08-24 22:26:07 -0700 | 
|---|---|---|
| committer | Aaron Terrell (Enus) <enus@lindenlab.com> | 2010-08-24 22:26:07 -0700 | 
| commit | 27e74d25a1827ea875f18f057a13e8c3c086c944 (patch) | |
| tree | 6742e9dbdd913509721ee303bcfb6f0b1f80d9a6 /indra/llplugin | |
| parent | 559ded407de578ae7c8167650fc728e2f3755ffa (diff) | |
fixing test names for reporting purposes - removing ' test'. also, updated docs to remove that naming schema
Diffstat (limited to 'indra/llplugin')
| -rw-r--r-- | indra/llplugin/tests/llplugincookiestore_test.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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<> | 
