Commit 169e9fc2 authored by Fantix King's avatar Fantix King Committed by Denis Bilenko

fix test__order.py

parent 054ad56e
...@@ -26,7 +26,7 @@ class Test(greentest.TestCase): ...@@ -26,7 +26,7 @@ class Test(greentest.TestCase):
for i in xrange(1, self.count): for i in xrange(1, self.count):
g.link(appender(lst, i)) g.link(appender(lst, i))
g.join() g.join()
self.assertEqual(lst, range(self.count)) self.assertEqual(lst, list(range(self.count)))
class Test3(Test): class Test3(Test):
......
...@@ -108,7 +108,6 @@ test__pywsgi.py ...@@ -108,7 +108,6 @@ test__pywsgi.py
test__socket_ex.py test__socket_ex.py
test__example_echoserver.py test__example_echoserver.py
test__subprocess_poll.py test__subprocess_poll.py
test__order.py
test__ssl.py test__ssl.py
test__makefile_ref.py test__makefile_ref.py
test__socketpair.py test__socketpair.py
......
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