[pypy-svn] r61523 - pypy/trunk/pypy/rlib/test

fijal at codespeak.net fijal at codespeak.net
Mon Feb 2 17:04:21 CET 2009


Author: fijal
Date: Mon Feb  2 17:04:21 2009
New Revision: 61523

Modified:
   pypy/trunk/pypy/rlib/test/test_rsocket.py
Log:
I think this assertion is not always true


Modified: pypy/trunk/pypy/rlib/test/test_rsocket.py
==============================================================================
--- pypy/trunk/pypy/rlib/test/test_rsocket.py	(original)
+++ pypy/trunk/pypy/rlib/test/test_rsocket.py	Mon Feb  2 17:04:21 2009
@@ -157,7 +157,7 @@
     lock.acquire()
     print 'connecting side knows that the connection was accepted too'
     assert addr.eq(s2.getpeername())
-    assert addr2.eq(s2.getsockname())
+    #assert addr2.eq(s2.getsockname())
     assert addr2.eq(s1.getpeername())
 
     s1.send('?')



More information about the Pypy-commit mailing list