Author: Alexander Hesse <webmas...@aquanasoft.de>
Branch: split-rpython
Changeset: r59820:d717246d2abd
Date: 2013-01-06 07:30 +0100
http://bitbucket.org/pypy/pypy/changeset/d717246d2abd/

Log:    Fixed test_cmath again

diff --git a/pypy/module/cmath/test/test_cmath.py 
b/pypy/module/cmath/test/test_cmath.py
--- a/pypy/module/cmath/test/test_cmath.py
+++ b/pypy/module/cmath/test/test_cmath.py
@@ -186,7 +186,7 @@
     
     import rpython
     # too fragile...
-    fname = 
os.path.join(os.path.dirname(rpython.rlib.test.test_rcomplex.__file__), 
'rcomplex_testcases.txt')
+    fname = os.path.join(os.path.dirname(rpython.rlib.__file__), 'test', 
'rcomplex_testcases.txt')
     for id, fn, ar, ai, er, ei, flags in parse_testfile(fname):
         arg = (ar, ai)
         expected = (er, ei)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to