diff options
author | Adam Moss <moss@lindenlab.com> | 2009-10-16 12:39:05 +0000 |
---|---|---|
committer | Adam Moss <moss@lindenlab.com> | 2009-10-16 12:39:05 +0000 |
commit | e922089ff429cf8f501359fb06761124609caa0e (patch) | |
tree | 292896c5477aa5e62ef591c3f754638beaf1e0f8 /indra/llmessage/tests | |
parent | fc6c7e3933b6a80e00d2178c27b33ae0d624283d (diff) |
DEV-41080 more automated testing love - minor comment fixing.
Diffstat (limited to 'indra/llmessage/tests')
-rw-r--r-- | indra/llmessage/tests/llhost_test.cpp | 2 | ||||
-rw-r--r-- | indra/llmessage/tests/llmime_test.cpp | 4 | ||||
-rw-r--r-- | indra/llmessage/tests/llnamevalue_test.cpp | 2 | ||||
-rw-r--r-- | indra/llmessage/tests/llsdmessage_test.cpp | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/indra/llmessage/tests/llhost_test.cpp b/indra/llmessage/tests/llhost_test.cpp index 5dc9ce42ee..6dbdcb86e7 100644 --- a/indra/llmessage/tests/llhost_test.cpp +++ b/indra/llmessage/tests/llhost_test.cpp @@ -1,5 +1,5 @@ /** - * @file llhost_tut.cpp + * @file llhost_test.cpp * @author Adroit * @date 2007-02 * @brief llhost test cases. diff --git a/indra/llmessage/tests/llmime_test.cpp b/indra/llmessage/tests/llmime_test.cpp index 62a84d34c0..ad96286731 100644 --- a/indra/llmessage/tests/llmime_test.cpp +++ b/indra/llmessage/tests/llmime_test.cpp @@ -1,8 +1,8 @@ /** - * @file llmime_tut.cpp + * @file llmime_test.cpp * @author Phoenix * @date 2006-12-24 - * @brief BRIEF_DESC of llmime_tut.cpp + * @brief BRIEF_DESC of llmime_test.cpp * * $LicenseInfo:firstyear=2006&license=viewergpl$ * diff --git a/indra/llmessage/tests/llnamevalue_test.cpp b/indra/llmessage/tests/llnamevalue_test.cpp index 3146e7f979..bef4c06334 100644 --- a/indra/llmessage/tests/llnamevalue_test.cpp +++ b/indra/llmessage/tests/llnamevalue_test.cpp @@ -1,5 +1,5 @@ /** - * @file llnamevalue_tut.cpp + * @file llnamevalue_test.cpp * @author Adroit * @date 2007-02 * @brief LLNameValue unit test diff --git a/indra/llmessage/tests/llsdmessage_test.cpp b/indra/llmessage/tests/llsdmessage_test.cpp index 2957d7cc4f..9b018d685b 100644 --- a/indra/llmessage/tests/llsdmessage_test.cpp +++ b/indra/llmessage/tests/llsdmessage_test.cpp @@ -1,5 +1,5 @@ /** - * @file llsdmessage_tut.cpp + * @file llsdmessage_test.cpp * @author Nat Goodspeed * @date 2008-12-22 * @brief Test of llsdmessage.h |