From: Brian Curtin Date: Thu, 8 Jul 2010 22:13:25 +0000 (+0000) Subject: Undo inadvertant checkin. X-Git-Tag: v3.2a1~267 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=808e1ada9445ed2eefe117f53906b63767cc20cb;p=thirdparty%2FPython%2Fcpython.git Undo inadvertant checkin. --- diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 2f1fffd7f61b..d55da6220041 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -263,7 +263,7 @@ class SysModuleTest(unittest.TestCase): # Raise SkipTest if sys doesn't have getwindowsversion attribute test.support.get_attribute(sys, "getwindowsversion") v = sys.getwindowsversion() - self.assertEqual(len(v), 9) + self.assertEqual(len(v), 5) self.assertIsInstance(v[0], int) self.assertIsInstance(v[1], int) self.assertIsInstance(v[2], int)