test/fileutils: remove obsolete tests

code have been moved to dhtnet

Change-Id: I694539fb6cd5bc821a00097a479cb4ea3ea097e3
This commit is contained in:
Adrien Beraud
2023-08-30 13:45:36 -04:00
parent c4c29c4f59
commit 83a5a8556c

View File

@ -41,9 +41,7 @@ public:
void tearDown();
private:
void testCheckDir();
void testPath();
void testReadDirectory();
void testLoadFile();
void testIsDirectoryWritable();
void testGetCleanPath();
@ -51,9 +49,7 @@ private:
void testCopy();
CPPUNIT_TEST_SUITE(FileutilsTest);
CPPUNIT_TEST(testCheckDir);
CPPUNIT_TEST(testPath);
CPPUNIT_TEST(testReadDirectory);
CPPUNIT_TEST(testLoadFile);
CPPUNIT_TEST(testIsDirectoryWritable);
CPPUNIT_TEST(testGetCleanPath);