Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 65c8b86b authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Don't explicitly specify no prefix/suffix.

Bug: http://b/129068177
Test: treehugger
Change-Id: Ica29efa3c3e49f556157cb0f82fdadef91aadba8
parent f4c92225
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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));