diff options
Diffstat (limited to 'src/utils/files_unittest.cc')
-rw-r--r-- | src/utils/files_unittest.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/utils/files_unittest.cc b/src/utils/files_unittest.cc index 5d227834e..b10c5acda 100644 --- a/src/utils/files_unittest.cc +++ b/src/utils/files_unittest.cc @@ -34,9 +34,8 @@ TEST_CASE("Files renameFile", "files") PHYSFS_init("manaplus"); dirSeparator = "/"; logger = new Logger(); - const ResourceManager *const resman = ResourceManager::getInstance(); - resman->addToSearchPath("data", false); - resman->addToSearchPath("../data", false); + resourceManager->addToSearchPath("data", false); + resourceManager->addToSearchPath("../data", false); const int sz = 1234567; char *buf = new char[sz]; |