Author: Armin Rigo <[email protected]>
Branch:
Changeset: r852:d86f7bcf3a05
Date: 2012-08-13 19:29 +0200
http://bitbucket.org/cffi/cffi/changeset/d86f7bcf3a05/
Log: Update this test too.
diff --git a/testing/test_version.py b/testing/test_version.py
--- a/testing/test_version.py
+++ b/testing/test_version.py
@@ -18,7 +18,7 @@
#
p = os.path.join(parent, 'doc', 'source', 'index.rst')
content = open(p).read()
- assert ("release-%s.tar.bz2" % v) in content
+ assert ("cffi/cffi-%s.tar.gz" % v) in content
def test_setup_version():
parent = os.path.dirname(os.path.dirname(__file__))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit