summaryrefslogtreecommitdiff
path: root/test/internals/test-file-system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/internals/test-file-system.cpp')
-rw-r--r--test/internals/test-file-system.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/internals/test-file-system.cpp b/test/internals/test-file-system.cpp
index b848473..2c83ced 100644
--- a/test/internals/test-file-system.cpp
+++ b/test/internals/test-file-system.cpp
@@ -46,6 +46,7 @@ using namespace Csr;
namespace {
+/*
void __assertFile(const File &file, const std::string &path,
const std::string &user,
const std::string &pkgId, const std::string &pkgPath, bool inApp)
@@ -56,6 +57,7 @@ void __assertFile(const File &file, const std::string &path,
ASSERT_IF(file.getName(), pkgPath);
ASSERT_IF(file.isInApp(), inApp);
}
+*/
void __createFile(const std::string &path)
{