diff options
author | Kyungwook Tak <k.tak@samsung.com> | 2016-12-21 13:25:11 +0900 |
---|---|---|
committer | Kyungwook Tak <k.tak@samsung.com> | 2016-12-21 13:31:12 +0900 |
commit | 45f01e11d26dac14dd0deaff15dce82a9f4990d1 (patch) | |
tree | 6c239a02ae1cb2e571854147d2dd576dec5a3ede | |
parent | 2b8bdacbd59acd2abce0ff2c1e4114c526bd607b (diff) | |
download | csr-framework-45f01e11d26dac14dd0deaff15dce82a9f4990d1.tar.gz csr-framework-45f01e11d26dac14dd0deaff15dce82a9f4990d1.tar.bz2 csr-framework-45f01e11d26dac14dd0deaff15dce82a9f4990d1.zip |
Remove unused function
Change-Id: Ie1565d1b1225d348147ffb397b1be7d6f51860d3
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
-rw-r--r-- | test/internals/test-file-system.cpp | 2 | ||||
-rw-r--r-- | test/test-api-content-screening-async.cpp | 8 |
2 files changed, 2 insertions, 8 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) { diff --git a/test/test-api-content-screening-async.cpp b/test/test-api-content-screening-async.cpp index 09e6c2a..607241d 100644 --- a/test/test-api-content-screening-async.cpp +++ b/test/test-api-content-screening-async.cpp @@ -181,14 +181,6 @@ void install_test_files() Test::copy_file(TEST_FILE_HIGH, TEST_FAKE_APP_FILE()); } -void uninstall_test_files() -{ - Test::remove_file(TEST_FILE_MEDIA()); - Test::remove_file(TEST_FILE_TMP); - Test::remove_file(TEST_FAKE_APP_FILE()); - Test::remove_file(TEST_FAKE_APP_ROOT()); -} - void uninstall_test_apps() { Test::uninstall_app(TEST_WGT_PKG_ID); |