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

Commit 725cf7ff authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 885cc584 65c8b86b
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));