summaryrefslogtreecommitdiff
path: root/sal/qa/osl/file/osl_old_test_file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/qa/osl/file/osl_old_test_file.cxx')
-rw-r--r--sal/qa/osl/file/osl_old_test_file.cxx25
1 files changed, 0 insertions, 25 deletions
diff --git a/sal/qa/osl/file/osl_old_test_file.cxx b/sal/qa/osl/file/osl_old_test_file.cxx
index fbbefbb03884..f093d5fe1bb8 100644
--- a/sal/qa/osl/file/osl_old_test_file.cxx
+++ b/sal/qa/osl/file/osl_old_test_file.cxx
@@ -32,9 +32,6 @@
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/plugin/TestPlugIn.h>
-#include <unotools/tempfile.hxx>
-
-
namespace osl_test_file
{
@@ -140,30 +137,8 @@ void oldtestfile::test_file_004()
#endif
}
-class TempFileTest : public CppUnit::TestFixture
-{
-
-public:
- TempFileTest() {}
-
- void SetTempNameBaseDirectory()
- { // only testing: of not found the directory
- OUString path = utl::TempFile::SetTempNameBaseDirectory("file:///not/found/dir");
-
- CPPUNIT_ASSERT_MESSAGE("SetTempNameBaseDirectory must give a empty string back",
- path.isEmpty());
- }
-
-
- CPPUNIT_TEST_SUITE(TempFileTest);
- CPPUNIT_TEST(SetTempNameBaseDirectory);
- CPPUNIT_TEST_SUITE_END();
-};
-
-
} // namespace osl_test_file
CPPUNIT_TEST_SUITE_REGISTRATION( osl_test_file::oldtestfile);
-CPPUNIT_TEST_SUITE_REGISTRATION( osl_test_file::TempFileTest);
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */