diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:11:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-15 09:21:49 +0100 |
commit | eba1f976ce6fa08dc1a63840e0b4bfce44673aae (patch) | |
tree | 3e4b78797e11b763d887b63e513a367c3de0277a /comphelper | |
parent | d0964b3ea1f932b7e9e70786d81fff6b4cb7f39f (diff) |
rename test
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/qa/string/test_string.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comphelper/qa/string/test_string.cxx b/comphelper/qa/string/test_string.cxx index 4d3d50d8697b..4ac96dccc5f7 100644 --- a/comphelper/qa/string/test_string.cxx +++ b/comphelper/qa/string/test_string.cxx @@ -41,14 +41,14 @@ namespace { class TestString: public CppUnit::TestFixture { public: - void test(); + void testSearchAndReplaceAsciiL(); void testNatural(); void testReplace(); void testToken(); void testDecimalStringToNumber(); CPPUNIT_TEST_SUITE(TestString); - CPPUNIT_TEST(test); + CPPUNIT_TEST(testSearchAndReplaceAsciiL); CPPUNIT_TEST(testNatural); CPPUNIT_TEST(testReplace); CPPUNIT_TEST(testToken); @@ -56,7 +56,7 @@ public: CPPUNIT_TEST_SUITE_END(); }; -void TestString::test() +void TestString::testSearchAndReplaceAsciiL() { rtl::OUString s1(RTL_CONSTASCII_USTRINGPARAM("foobarbar")); sal_Int32 n1; |