Rev 3755: Give test a better name. in file:///net/bigmamac/Volumes/home/vila/src/bzr/experimental/bzr-py26-compat/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Sat Jan 10 23:17:13 GMT 2009
At file:///net/bigmamac/Volumes/home/vila/src/bzr/experimental/bzr-py26-compat/
------------------------------------------------------------
revno: 3755
revision-id: v.ladeuil+lp at free.fr-20090110231712-ojtk5p2jyve8pd8p
parent: v.ladeuil+lp at free.fr-20090109142447-qv8wsv74uet2ct5n
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: py26-compat
timestamp: Sun 2009-01-11 00:17:12 +0100
message:
Give test a better name.
* bzrlib/tests/test_osutils.py:
(TestChunksToLines.test_osutils_binding): Renamed from
test_is_compiled to better describe the intent.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_osutils.py'
--- a/bzrlib/tests/test_osutils.py 2009-01-09 14:24:47 +0000
+++ b/bzrlib/tests/test_osutils.py 2009-01-10 23:17:12 +0000
@@ -764,7 +764,7 @@
self.assertEqual(['foo\n', 'bar\n', 'baz\n'],
osutils.chunks_to_lines(['foo\n', 'bar\n', 'baz\n']))
- def test_is_compiled(self):
+ def test_osutils_binding(self):
from bzrlib.tests import test__chunks_to_lines
if test__chunks_to_lines.CompiledChunksToLinesFeature.available():
from bzrlib._chunks_to_lines_pyx import chunks_to_lines
More information about the bazaar-commits
mailing list