Skip to content

Commit

Permalink
Rename LongPathTest to FileSystemTest
Browse files Browse the repository at this point in the history
In preparation for adding more tests for `OCC::FileSystem`.
  • Loading branch information
erikjv committed Jan 31, 2025
1 parent 5167669 commit 84aa709
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if( UNIX AND NOT APPLE )
endif(UNIX AND NOT APPLE)


owncloud_add_test(LongPath)
owncloud_add_test(FileSystem)

owncloud_add_test(FolderMan)

Expand Down
6 changes: 3 additions & 3 deletions test/testlongpath.cpp → test/testfilesystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <QTest>


class TestLongWindowsPath : public QObject
class TestFileSystem : public QObject
{
Q_OBJECT

Expand Down Expand Up @@ -139,5 +139,5 @@ private Q_SLOTS:
}
};

QTEST_GUILESS_MAIN(TestLongWindowsPath)
#include "testlongpath.moc"
QTEST_GUILESS_MAIN(TestFileSystem)
#include "testfilesystem.moc"

0 comments on commit 84aa709

Please sign in to comment.