Kaydet (Commit) 808e1ada authored tarafından Brian Curtin's avatar Brian Curtin

Undo inadvertant checkin.

üst d40e6f70
...@@ -263,7 +263,7 @@ class SysModuleTest(unittest.TestCase): ...@@ -263,7 +263,7 @@ class SysModuleTest(unittest.TestCase):
# Raise SkipTest if sys doesn't have getwindowsversion attribute # Raise SkipTest if sys doesn't have getwindowsversion attribute
test.support.get_attribute(sys, "getwindowsversion") test.support.get_attribute(sys, "getwindowsversion")
v = sys.getwindowsversion() v = sys.getwindowsversion()
self.assertEqual(len(v), 9) self.assertEqual(len(v), 5)
self.assertIsInstance(v[0], int) self.assertIsInstance(v[0], int)
self.assertIsInstance(v[1], int) self.assertIsInstance(v[1], int)
self.assertIsInstance(v[2], int) self.assertIsInstance(v[2], int)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment