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

Commit 941fc297 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Test that uid 0 isn't dropped in proto to text conversion." into main

parents ef130ff7 19e26545
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -175,3 +175,8 @@ TEST_F(TombstoneProtoToTextTest, symbolize) {
  ProtoToString();
  EXPECT_MATCH(text_, "\\(BuildId: 0123456789abcdef\\)\\nSYMBOLIZE 0123456789abcdef 12345\\n");
}

TEST_F(TombstoneProtoToTextTest, uid) {
  ProtoToString();
  EXPECT_MATCH(text_, "\\nLOG uid: 0\\n");
}