commit | 4d7e6702e96f7c681ca4ad7104269d9efa51d9f9 | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Mon Jan 07 19:58:41 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Mon Jan 07 19:58:41 2008 +0000 |
tree | 227f405972a40ef253c811e0d7d096f5054a044d | |
parent | aa0665ba17d821f9590e89ec741d1cd214013c41 [diff] [blame] |
Fixed indention problem that caused the second TIPC test to run on systems without TIPC
diff --git a/Lib/test/test_socket.py b/Lib/test/test_socket.py index 45f0434..4b30db8 100644 --- a/Lib/test/test_socket.py +++ b/Lib/test/test_socket.py
@@ -1186,7 +1186,7 @@ tests.append(TestLinuxAbstractNamespace) if isTipcAvailable(): tests.append(TIPCTest) - tests.append(TIPCThreadableTest) + tests.append(TIPCThreadableTest) thread_info = test_support.threading_setup() test_support.run_unittest(*tests)