From 72a2836945e7a3dcee0730166704587e10bf64ee Mon Sep 17 00:00:00 2001 From: David Schuldenfrei Date: Wed, 22 Aug 2018 22:09:23 +0300 Subject: [PATCH] Following the formatting changes, the line number where the googletests are situated changed. This commit fixes the python test to expect the correct line number --- googletest/test/gtest_list_output_unittest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/googletest/test/gtest_list_output_unittest.py b/googletest/test/gtest_list_output_unittest.py index c936b7aa..3bba7ea2 100644 --- a/googletest/test/gtest_list_output_unittest.py +++ b/googletest/test/gtest_list_output_unittest.py @@ -49,7 +49,7 @@ EXPECTED_XML = """<\?xml version="1.0" encoding="UTF-8"\?> - + """ @@ -70,7 +70,7 @@ EXPECTED_JSON = """{ { "name": "Test2", "file": ".*gtest_list_output_unittest_.cc", - "line": 46 + "line": 45 } \] }