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/llprimitive/tests | |
parent | 559ded407de578ae7c8167650fc728e2f3755ffa (diff) |
fixing test names for reporting purposes - removing ' test'. also, updated docs to remove that naming schema
Diffstat (limited to 'indra/llprimitive/tests')
-rw-r--r-- | indra/llprimitive/tests/llmediaentry_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |