Disable the MIME type test.
* This tests requires some private APIs which have been changed, it needs to be rewritten. * I'm also not sure if it's still possible to work on a copy of the MIME * database to avoid messing with the system one.
This commit is contained in:
parent
182a5f8e53
commit
0256e7a458
@ -14,7 +14,7 @@ UnitTestLib libstoragetest.so
|
||||
FindDirectoryTest.cpp
|
||||
FileTest.cpp
|
||||
MimeSnifferTest.cpp
|
||||
MimeTypeTest.cpp
|
||||
# MimeTypeTest.cpp
|
||||
NodeInfoTest.cpp
|
||||
NodeTest.cpp
|
||||
PathTest.cpp
|
||||
|
@ -26,7 +26,9 @@ BTestSuite* getTestSuite() {
|
||||
suite->addTest("BDirectory", DirectoryTest::Suite());
|
||||
suite->addTest("BEntry", EntryTest::Suite());
|
||||
suite->addTest("BFile", FileTest::Suite());
|
||||
#if 0
|
||||
suite->addTest("BMimeType", MimeTypeTest::Suite());
|
||||
#endif
|
||||
suite->addTest("BNode", NodeTest::Suite());
|
||||
suite->addTest("BNodeInfo", NodeInfoTest::Suite());
|
||||
suite->addTest("BPath", PathTest::Suite());
|
||||
|
Loading…
Reference in New Issue
Block a user