test__proc: reeanable 2 tests that were accidentally disabled before

This commit is contained in:
Denis Bilenko
2009-06-22 16:35:20 +07:00
parent 3b483168b4
commit 261813f351

View File

@@ -269,7 +269,7 @@ class TestRaise_link(TestCase):
for _ in xrange(3):
self._test_kill(p, False, proc.LinkedKilled)
class TestRaise_link_exception(TestCase):
class TestRaise_link_exception(TestRaise_link):
link_method = 'link_exception'