Home
last modified time | relevance | path

Searched refs:xml_output (Results 1 – 1 of 1) sorted by relevance

/system/testing/gtest_extras/tests/
DSystemTests.cpp922 std::string xml_output; in TEST_F() local
926 xml_output += std::string(buffer.data(), bytes); in TEST_F()
932 xml_output = in TEST_F()
933 std::regex_replace(xml_output, std::regex("(time|timestamp)=\"[^\"]+\""), "$1=\"XX\""); in TEST_F()
935 xml_output = std::regex_replace(xml_output, std::regex("\"([^/\\s]+/)*[^/\\s]+:\\(\\d+\\)\\s"), in TEST_F()
988 ASSERT_EQ(expected, xml_output); in TEST_F()