aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/google/protobuf/internal/reflection_test.py
diff options
context:
space:
mode:
authorGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-13 01:17:26 -0400
committerGravatar Dan O'Reilly <oreilldf@gmail.com>2015-08-13 01:17:26 -0400
commit833c046fb703f9c5ef6bd8b05c4aa1d7e2ecec0e (patch)
treecb46803a7135ec6fc4b9a7b3f695d98d7c0b4fa7 /python/google/protobuf/internal/reflection_test.py
parente47cdd5a559f488ba52756927ce68f4cf93874fa (diff)
Fixing some tests
Signed-off-by: Dan O'Reilly <oreilldf@gmail.com>
Diffstat (limited to 'python/google/protobuf/internal/reflection_test.py')
-rwxr-xr-xpython/google/protobuf/internal/reflection_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/google/protobuf/internal/reflection_test.py b/python/google/protobuf/internal/reflection_test.py
index 794395c5..d1c18c1f 100755
--- a/python/google/protobuf/internal/reflection_test.py
+++ b/python/google/protobuf/internal/reflection_test.py
@@ -1634,7 +1634,7 @@ class ReflectionTest(unittest.TestCase):
self.assertFalse(proto.IsInitialized(errors))
self.assertEqual(errors, ['a', 'b', 'c'])
- @basetest.unittest.skipIf(
+ @skipIf(
api_implementation.Type() != 'cpp' or api_implementation.Version() != 2,
'Errors are only available from the most recent C++ implementation.')
def testFileDescriptorErrors(self):