Commit df7fee58 by Abseil Team Committed by Dino Radaković

Googletest export

Delete extra whitespace in gtest_xml_test_utils.py PiperOrigin-RevId: 365140844
parent c0dd0817
...@@ -70,7 +70,7 @@ class GTestXMLTestCase(gtest_test_utils.TestCase): ...@@ -70,7 +70,7 @@ class GTestXMLTestCase(gtest_test_utils.TestCase):
self.assertEquals(expected_node.tagName, actual_node.tagName) self.assertEquals(expected_node.tagName, actual_node.tagName)
expected_attributes = expected_node.attributes expected_attributes = expected_node.attributes
actual_attributes = actual_node .attributes actual_attributes = actual_node.attributes
self.assertEquals( self.assertEquals(
expected_attributes.length, actual_attributes.length, expected_attributes.length, actual_attributes.length,
'attribute numbers differ in element %s:\nExpected: %r\nActual: %r' % ( 'attribute numbers differ in element %s:\nExpected: %r\nActual: %r' % (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment