mirror of
https://github.com/python/cpython.git
synced 2025-12-04 08:34:25 +00:00
Undo inadvertant checkin.
This commit is contained in:
parent
d40e6f70a5
commit
808e1ada94
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue