summaryrefslogtreecommitdiffstats
path: root/tests/unit/zip_test.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-11-16 07:54:08 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-11-16 07:54:08 +0100
commit4f86f26a3da5a0a612b0d7b5305847a6c2dae195 (patch)
tree3b23753097471749001b289ee96b26382459abef /tests/unit/zip_test.cpp
parentMerge changes from topic 'minui-cherrypick' (diff)
parentupdater: Fix the wrong return value for package_extract_file(). (diff)
downloadandroid_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.gz
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.bz2
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.lz
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.xz
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.tar.zst
android_bootable_recovery-4f86f26a3da5a0a612b0d7b5305847a6c2dae195.zip
Diffstat (limited to '')
-rw-r--r--tests/unit/zip_test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/zip_test.cpp b/tests/unit/zip_test.cpp
index 49729467d..ef0ee4c1d 100644
--- a/tests/unit/zip_test.cpp
+++ b/tests/unit/zip_test.cpp
@@ -30,9 +30,6 @@
#include "common/test_constants.h"
-static const std::string kATxtContents("abcdefghabcdefgh\n");
-static const std::string kBTxtContents("abcdefgh\n");
-
TEST(ZipTest, ExtractPackageRecursive) {
std::string zip_path = from_testdata_base("ziptest_valid.zip");
ZipArchiveHandle handle;