From e61b513b1ffa4300fda1a43cf3fb59918db61009 Mon Sep 17 00:00:00 2001 From: "jieluo@google.com" Date: Thu, 14 Aug 2014 21:51:48 +0000 Subject: make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name --- python/google/protobuf/internal/text_format_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/google') diff --git a/python/google/protobuf/internal/text_format_test.py b/python/google/protobuf/internal/text_format_test.py index a85d4dd8..d27ff7a2 100755 --- a/python/google/protobuf/internal/text_format_test.py +++ b/python/google/protobuf/internal/text_format_test.py @@ -90,7 +90,7 @@ class TextFormatTest(basetest.TestCase): self.CompareToGoldenFile( self.RemoveRedundantZeros( text_format.MessageToString(message, pointy_brackets=True)), - 'text_format_unittest_data_pointy_oneof_implemented.txt') + 'text_format_unittest_data_pointy_oneof.txt') def testPrintAllExtensionsPointy(self): message = unittest_pb2.TestAllExtensions() -- cgit v1.2.3