summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/oustring/rtl_ustr.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/rtl/oustring/rtl_ustr.cxx')
-rw-r--r--sal/qa/rtl/oustring/rtl_ustr.cxx34
1 files changed, 17 insertions, 17 deletions
diff --git a/sal/qa/rtl/oustring/rtl_ustr.cxx b/sal/qa/rtl/oustring/rtl_ustr.cxx
index 07b3ba6f22c2..9235a910c7c4 100644
--- a/sal/qa/rtl/oustring/rtl_ustr.cxx
+++ b/sal/qa/rtl/oustring/rtl_ustr.cxx
@@ -161,7 +161,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class compareIgnoreAsciiCase
-// -----------------------------------------------------------------------------
+
class shortenedCompareIgnoreAsciiCase_WithLength : public CppUnit::TestFixture
{
@@ -246,7 +246,7 @@ namespace rtl_ustr
}; // class compare
-// // -----------------------------------------------------------------------------
+//
//
// class hashCode : public CppUnit::TestFixture
// {
@@ -301,7 +301,7 @@ namespace rtl_ustr
// }; // class compare
//
//
-// // -----------------------------------------------------------------------------
+//
//
class indexOfChar : public CppUnit::TestFixture
{
@@ -348,7 +348,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class indexOfChar
-// // -----------------------------------------------------------------------------
+//
class lastIndexOfChar : public CppUnit::TestFixture
{
public:
@@ -395,7 +395,7 @@ namespace rtl_ustr
}; // class lastIndexOfChar
-// -----------------------------------------------------------------------------
+
class indexOfStr : public CppUnit::TestFixture
{
@@ -452,7 +452,7 @@ namespace rtl_ustr
CPPUNIT_TEST(indexOfStr_002);
CPPUNIT_TEST_SUITE_END();
}; // class compare
-// -----------------------------------------------------------------------------
+
class lastIndexOfStr : public CppUnit::TestFixture
@@ -517,7 +517,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class lastIndexOfStr
-// -----------------------------------------------------------------------------
+
class replaceChar : public CppUnit::TestFixture
{
@@ -556,7 +556,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class replaceChar
-// -----------------------------------------------------------------------------
+
class replaceChar_WithLength : public CppUnit::TestFixture
{
@@ -618,7 +618,7 @@ namespace rtl_ustr
}; // class replaceChar
-// -----------------------------------------------------------------------------
+
class toAsciiLowerCase : public CppUnit::TestFixture
{
@@ -700,7 +700,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class replaceChar
-// -----------------------------------------------------------------------------
+
class toAsciiUpperCase : public CppUnit::TestFixture
{
@@ -778,7 +778,7 @@ namespace rtl_ustr
}; // class replaceChar
- // -----------------------------------------------------------------------------
+
class trim_WithLength : public CppUnit::TestFixture
{
@@ -887,7 +887,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
};
- // -----------------------------------------------------------------------------
+
class valueOfChar : public CppUnit::TestFixture
{
@@ -1067,7 +1067,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class ascii_shortenedCompareIgnoreAsciiCase_WithLength
-// -----------------------------------------------------------------------------
+
class ascii_compareIgnoreAsciiCase_WithLength : public CppUnit::TestFixture
{
@@ -1133,7 +1133,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class ascii_compareIgnoreAsciiCase_WithLength
-// -----------------------------------------------------------------------------
+
class ascii_compare : public CppUnit::TestFixture
{
@@ -1191,7 +1191,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class ascii_compare
-// -----------------------------------------------------------------------------
+
class ascii_compareIgnoreAsciiCase : public CppUnit::TestFixture
{
@@ -1377,7 +1377,7 @@ namespace rtl_ustr
CPPUNIT_TEST_SUITE_END();
}; // class ascii_compareIgnoreAsciiCase
-// -----------------------------------------------------------------------------
+
CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ustr::compare);
CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ustr::compareIgnoreAsciiCase);
@@ -1409,7 +1409,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(rtl_ustr::ascii_shortenedCompareIgnoreAsciiCase_
} // namespace rtl_ustr
-// -----------------------------------------------------------------------------
+
// this macro creates an empty function, which will called by the RegisterAllFunctions("")
// to let the user the possibility to also register some functions by hand.