Skip to content

Commit beb308c

Browse files
authored
Rename LongPathTest to FileSystemTest (#12053)
In preparation for adding more tests for `OCC::FileSystem`.
1 parent 5167669 commit beb308c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if( UNIX AND NOT APPLE )
5353
endif(UNIX AND NOT APPLE)
5454

5555

56-
owncloud_add_test(LongPath)
56+
owncloud_add_test(FileSystem)
5757

5858
owncloud_add_test(FolderMan)
5959

test/testlongpath.cpp test/testfilesystem.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <QTest>
2727

2828

29-
class TestLongWindowsPath : public QObject
29+
class TestFileSystem : public QObject
3030
{
3131
Q_OBJECT
3232

@@ -139,5 +139,5 @@ private Q_SLOTS:
139139
}
140140
};
141141

142-
QTEST_GUILESS_MAIN(TestLongWindowsPath)
143-
#include "testlongpath.moc"
142+
QTEST_GUILESS_MAIN(TestFileSystem)
143+
#include "testfilesystem.moc"

0 commit comments

Comments
 (0)