Removed unneeded test.

This commit is contained in:
Eric Smith 2010-01-27 00:58:43 +00:00
parent 096d0bf8b1
commit 514e77e0ae
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ class SysModuleTest(unittest.TestCase):
def test_getwindowsversion(self):
if hasattr(sys, "getwindowsversion"):
v = sys.getwindowsversion()
self.assertTrue(isinstance(v[:], tuple))
self.assertEqual(len(v), 5)
self.assertIsInstance(v[0], int)
self.assertIsInstance(v[1], int)