diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-22 15:21:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-22 15:21:48 +0100 |
commit | 181efb956e2eeb04961ab07012d68de8bd922761 (patch) | |
tree | fe5e26cc5f8626e8fe1aee828f635b10444d53cb /sal/qa/rtl | |
parent | 871426533f7afe31bc451fa6b407b83db8e52827 (diff) |
WaE: workaround auto_ptr deprecation
Diffstat (limited to 'sal/qa/rtl')
-rw-r--r-- | sal/qa/rtl/cipher/rtl_cipher.cxx | 40 | ||||
-rw-r--r-- | sal/qa/rtl/locale/rtl_locale.cxx | 28 |
2 files changed, 34 insertions, 34 deletions
diff --git a/sal/qa/rtl/cipher/rtl_cipher.cxx b/sal/qa/rtl/cipher/rtl_cipher.cxx index fcf2cc4e0d19..43ed5b7f1cee 100644 --- a/sal/qa/rtl/cipher/rtl_cipher.cxx +++ b/sal/qa/rtl/cipher/rtl_cipher.cxx @@ -125,7 +125,7 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(create); + SAL_CPPUNIT_TEST_SUITE(create); CPPUNIT_TEST(create_001); CPPUNIT_TEST(create_002); CPPUNIT_TEST(create_003); @@ -134,7 +134,7 @@ public: CPPUNIT_TEST(create_006); CPPUNIT_TEST(create_007); CPPUNIT_TEST(create_008); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class create // ----------------------------------------------------------------------------- @@ -178,12 +178,12 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(createBF); + SAL_CPPUNIT_TEST_SUITE(createBF); CPPUNIT_TEST(createBF_001); CPPUNIT_TEST(createBF_002); CPPUNIT_TEST(createBF_003); CPPUNIT_TEST(createBF_004); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class createBF // ----------------------------------------------------------------------------- class decode : public CppUnit::TestFixture @@ -319,10 +319,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(decode); + SAL_CPPUNIT_TEST_SUITE(decode); CPPUNIT_TEST(decode_001); CPPUNIT_TEST(decode_002); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class decode // ----------------------------------------------------------------------------- class decodeBF : public CppUnit::TestFixture @@ -344,9 +344,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(decodeBF); + SAL_CPPUNIT_TEST_SUITE(decodeBF); CPPUNIT_TEST(decodeBF_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class decodeBF // ----------------------------------------------------------------------------- class destroy : public CppUnit::TestFixture @@ -371,9 +371,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(destroy); + SAL_CPPUNIT_TEST_SUITE(destroy); CPPUNIT_TEST(destroy_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class destroy // ----------------------------------------------------------------------------- class destroyBF : public CppUnit::TestFixture @@ -400,9 +400,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(destroyBF); + SAL_CPPUNIT_TEST_SUITE(destroyBF); CPPUNIT_TEST(destroyBF_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class destroyBF // ----------------------------------------------------------------------------- class encode : public CppUnit::TestFixture @@ -473,9 +473,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(encode); + SAL_CPPUNIT_TEST_SUITE(encode); CPPUNIT_TEST(encode_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class encode // ----------------------------------------------------------------------------- class encodeBF : public CppUnit::TestFixture @@ -497,9 +497,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(encodeBF); + SAL_CPPUNIT_TEST_SUITE(encodeBF); CPPUNIT_TEST(encodeBF_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class encodeBF // ----------------------------------------------------------------------------- class init : public CppUnit::TestFixture @@ -607,12 +607,12 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(init); + SAL_CPPUNIT_TEST_SUITE(init); CPPUNIT_TEST(init_001); CPPUNIT_TEST(init_002); CPPUNIT_TEST(init_003); CPPUNIT_TEST(init_004); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class init // ----------------------------------------------------------------------------- class initBF : public CppUnit::TestFixture @@ -636,9 +636,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(initBF); + SAL_CPPUNIT_TEST_SUITE(initBF); CPPUNIT_TEST(initBF_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class initBF // ----------------------------------------------------------------------------- diff --git a/sal/qa/rtl/locale/rtl_locale.cxx b/sal/qa/rtl/locale/rtl_locale.cxx index 0e3d255e5984..68516942c63b 100644 --- a/sal/qa/rtl/locale/rtl_locale.cxx +++ b/sal/qa/rtl/locale/rtl_locale.cxx @@ -84,10 +84,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(getDefault); + SAL_CPPUNIT_TEST_SUITE(getDefault); CPPUNIT_TEST(getDefault_000); CPPUNIT_TEST(getDefault_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class getDefault @@ -120,9 +120,9 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(setDefault); + SAL_CPPUNIT_TEST_SUITE(setDefault); CPPUNIT_TEST(setDefault_001); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class setDefault @@ -158,10 +158,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(getLanguage); + SAL_CPPUNIT_TEST_SUITE(getLanguage); CPPUNIT_TEST(getLanguage_001); CPPUNIT_TEST(getLanguage_002); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class getLanguage @@ -197,10 +197,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(getCountry); + SAL_CPPUNIT_TEST_SUITE(getCountry); CPPUNIT_TEST(getCountry_001); CPPUNIT_TEST(getCountry_002); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class getCountry @@ -236,10 +236,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(getVariant); + SAL_CPPUNIT_TEST_SUITE(getVariant); CPPUNIT_TEST(getVariant_001); CPPUNIT_TEST(getVariant_002); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class getVariant @@ -275,10 +275,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(hashCode); + SAL_CPPUNIT_TEST_SUITE(hashCode); CPPUNIT_TEST(hashCode_001); CPPUNIT_TEST(hashCode_002); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class hashCode @@ -321,10 +321,10 @@ public: // member functions of the current class, // because these macros are need by auto register mechanism. - CPPUNIT_TEST_SUITE(equals); + SAL_CPPUNIT_TEST_SUITE(equals); CPPUNIT_TEST(equals_001); CPPUNIT_TEST(equals_002); - CPPUNIT_TEST_SUITE_END(); + SAL_CPPUNIT_TEST_SUITE_END(); }; // class equals // ----------------------------------------------------------------------------- |