Loading tools/aapt2/link/ManifestFixer_test.cpp +77 −76 Original line number Diff line number Diff line Loading @@ -673,7 +673,8 @@ TEST_F(ManifestFixerTest, UnexpectedElementsInManifest) { options.warn_validation = true; // Unexpected element should result in a warning if the flag is set to 'true'. std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); ASSERT_THAT(manifest, NotNull()); // Unexpected element should result in an error if the flag is set to 'false'. Loading Loading
tools/aapt2/link/ManifestFixer_test.cpp +77 −76 Original line number Diff line number Diff line Loading @@ -673,7 +673,8 @@ TEST_F(ManifestFixerTest, UnexpectedElementsInManifest) { options.warn_validation = true; // Unexpected element should result in a warning if the flag is set to 'true'. std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); std::unique_ptr<xml::XmlResource> manifest = VerifyWithOptions(input, options); ASSERT_THAT(manifest, NotNull()); // Unexpected element should result in an error if the flag is set to 'false'. Loading