aboutsummaryrefslogtreecommitdiff
path: root/python/google/protobuf/internal/text_format_test.py
diff options
context:
space:
mode:
authorjieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-08-14 21:51:48 +0000
committerjieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-08-14 21:51:48 +0000
commite61b513b1ffa4300fda1a43cf3fb59918db61009 (patch)
tree17c3df8307a4781d2c0a0e2a79b4550133b112d6 /python/google/protobuf/internal/text_format_test.py
parent24095cc7e545d6f4044820a75fc42cbdd824cdca (diff)
downloadprotobuf-e61b513b1ffa4300fda1a43cf3fb59918db61009.tar.gz
protobuf-e61b513b1ffa4300fda1a43cf3fb59918db61009.tar.bz2
protobuf-e61b513b1ffa4300fda1a43cf3fb59918db61009.zip
make dist complains the file name is too long and refuse to put it to tar. Change the file to a shorter name
Diffstat (limited to 'python/google/protobuf/internal/text_format_test.py')
-rwxr-xr-xpython/google/protobuf/internal/text_format_test.py2
1 files changed, 1 insertions, 1 deletions
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()