Merge "Don't explicitly specify no prefix/suffix." into qt-dev-plus-aosp

This commit is contained in:
TreeHugger Robot
2019-05-13 03:37:05 +00:00
committed by Android (Google) Code Review

View File

@@ -123,8 +123,7 @@ TEST_F(ConvertTest, DuplicateEntriesWrittenOnce) {
void* cookie = nullptr;
ZipString prefix("res/theme/10");
int32_t result = StartIteration(handle, &cookie, &prefix, nullptr);
int32_t result = StartIteration(handle, &cookie, "res/theme/10", "");
// If this is -5, that means we've found a duplicate entry and this test has failed
EXPECT_THAT(result, Eq(0));
@@ -145,4 +144,4 @@ TEST_F(ConvertTest, DuplicateEntriesWrittenOnce) {
EXPECT_THAT(count, Eq(1));
}
} // namespace aapt
} // namespace aapt