summaryrefslogtreecommitdiff
path: root/tools/aapt2/Resource_test.cpp
diff options
context:
space:
mode:
authorAdam Lesinski <adamlesinski@google.com>2015-10-21 14:42:43 -0700
committerAdam Lesinski <adamlesinski@google.com>2015-10-30 13:51:11 -0700
commitca5638fd85098c3d0a699492751043545f75553a (patch)
tree9ede79caee33fc201b2d5a2da994a77fa25a7c2c /tools/aapt2/Resource_test.cpp
parent030cfd3da697d51bf1bffd076881c12acedd851e (diff)
AAPT2: Support generating Manifest.java
This includes comments from AndroidManifest.xml. Change-Id: I412d9ecb12bad20a49a683d6b3bea4a0be1235ae
Diffstat (limited to 'tools/aapt2/Resource_test.cpp')
-rw-r--r--tools/aapt2/Resource_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/aapt2/Resource_test.cpp b/tools/aapt2/Resource_test.cpp
index d957999f492b..48dc521d843c 100644
--- a/tools/aapt2/Resource_test.cpp
+++ b/tools/aapt2/Resource_test.cpp
@@ -69,10 +69,6 @@ TEST(ResourceTypeTest, ParseResourceTypes) {
ASSERT_NE(type, nullptr);
EXPECT_EQ(*type, ResourceType::kInteger);
- type = parseResourceType(u"integer-array");
- ASSERT_NE(type, nullptr);
- EXPECT_EQ(*type, ResourceType::kIntegerArray);
-
type = parseResourceType(u"interpolator");
ASSERT_NE(type, nullptr);
EXPECT_EQ(*type, ResourceType::kInterpolator);