We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LongPathTest
FileSystemTest
1 parent 5167669 commit beb308cCopy full SHA for beb308c
test/CMakeLists.txt
@@ -53,7 +53,7 @@ if( UNIX AND NOT APPLE )
53
endif(UNIX AND NOT APPLE)
54
55
56
-owncloud_add_test(LongPath)
+owncloud_add_test(FileSystem)
57
58
owncloud_add_test(FolderMan)
59
test/testlongpath.cpp renamed to test/testfilesystem.cpp
@@ -26,7 +26,7 @@
26
#include <QTest>
27
28
29
-class TestLongWindowsPath : public QObject
+class TestFileSystem : public QObject
30
{
31
Q_OBJECT
32
@@ -139,5 +139,5 @@ private Q_SLOTS:
139
}
140
};
141
142
-QTEST_GUILESS_MAIN(TestLongWindowsPath)
143
-#include "testlongpath.moc"
+QTEST_GUILESS_MAIN(TestFileSystem)
+#include "testfilesystem.moc"
0 commit comments