[pypy-svn] r46750 - pypy/dist/pypy/rlib/test

arigo at codespeak.net arigo at codespeak.net
Wed Sep 19 22:22:57 CEST 2007


Author: arigo
Date: Wed Sep 19 22:22:57 2007
New Revision: 46750

Modified:
   pypy/dist/pypy/rlib/test/test_rsocket_rffi.py
Log:
This test passes now.


Modified: pypy/dist/pypy/rlib/test/test_rsocket_rffi.py
==============================================================================
--- pypy/dist/pypy/rlib/test/test_rsocket_rffi.py	(original)
+++ pypy/dist/pypy/rlib/test/test_rsocket_rffi.py	Wed Sep 19 22:22:57 2007
@@ -20,7 +20,6 @@
     assert res == "<INETAddress 255.255.255.255:47002>"
 
 def test_unix_addr():
-    py.test.skip("in-progress")
     if getattr(rsocket, 'AF_UNIX', None) is None:
         py.test.skip('AF_UNIX not supported.')
     a = UNIXAddress("/tmp/socketname")



More information about the Pypy-commit mailing list