Merge "Don't explicitly specify no prefix/suffix." into qt-dev-plus-aosp
This commit is contained in:
committed by
Android (Google) Code Review
commit
725cf7ff2b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user