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

Commit a0a44702 authored by Elliott Hughes's avatar Elliott Hughes Committed by android-build-merger
Browse files

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

am: 725cf7ff

Change-Id: Ib1864deeb20f99fbdf3f2b3a84e3beb7e9b63cc5
parents e4d40b38 725cf7ff
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));