mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
test/fileutils: remove obsolete tests
code have been moved to dhtnet Change-Id: I694539fb6cd5bc821a00097a479cb4ea3ea097e3
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user