Skip to content
Snippets Groups Projects
Commit 83a5a855 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

test/fileutils: remove obsolete tests

code have been moved to dhtnet

Change-Id: I694539fb6cd5bc821a00097a479cb4ea3ea097e3
parent c4c29c4f
No related branches found
No related tags found
No related merge requests found
...@@ -41,9 +41,7 @@ public: ...@@ -41,9 +41,7 @@ public:
void tearDown(); void tearDown();
private: private:
void testCheckDir();
void testPath(); void testPath();
void testReadDirectory();
void testLoadFile(); void testLoadFile();
void testIsDirectoryWritable(); void testIsDirectoryWritable();
void testGetCleanPath(); void testGetCleanPath();
...@@ -51,9 +49,7 @@ private: ...@@ -51,9 +49,7 @@ private:
void testCopy(); void testCopy();
CPPUNIT_TEST_SUITE(FileutilsTest); CPPUNIT_TEST_SUITE(FileutilsTest);
CPPUNIT_TEST(testCheckDir);
CPPUNIT_TEST(testPath); CPPUNIT_TEST(testPath);
CPPUNIT_TEST(testReadDirectory);
CPPUNIT_TEST(testLoadFile); CPPUNIT_TEST(testLoadFile);
CPPUNIT_TEST(testIsDirectoryWritable); CPPUNIT_TEST(testIsDirectoryWritable);
CPPUNIT_TEST(testGetCleanPath); CPPUNIT_TEST(testGetCleanPath);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment