[pypy-svn] pypy default: Rename this test to somethign which makes sense.o

alex_gaynor commits-noreply at bitbucket.org
Wed Feb 2 16:01:28 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r41562:be3d50435359
Date: 2011-02-02 10:01 -0500
http://bitbucket.org/pypy/pypy/changeset/be3d50435359/

Log:	Rename this test to somethign which makes sense.o

diff --git a/pypy/module/_io/test/test_io.py b/pypy/module/_io/test/test_io.py
--- a/pypy/module/_io/test/test_io.py
+++ b/pypy/module/_io/test/test_io.py
@@ -261,7 +261,7 @@
             assert f._CHUNK_SIZE == 4096
             raises(ValueError, setattr, f, "_CHUNK_SIZE", 0)
 
-    def test_multi_line(self):
+    def test_truncate(self):
         import _io
 
         with _io.open(self.tmpfile, "w+") as f:


More information about the Pypy-commit mailing list