[py-svn] r33391 - py/dist/py/path/svn/testing
hpk at codespeak.net
hpk at codespeak.net
Tue Oct 17 21:54:33 CEST 2006
Author: hpk
Date: Tue Oct 17 21:54:32 2006
New Revision: 33391
Modified:
py/dist/py/path/svn/testing/test_urlcommand.py
Log:
added a test that actually passes (did it to test
the plonesolutions.com "vadm init" problem - but
that turned out to be a not enough updated py lib
there)
Modified: py/dist/py/path/svn/testing/test_urlcommand.py
==============================================================================
--- py/dist/py/path/svn/testing/test_urlcommand.py (original)
+++ py/dist/py/path/svn/testing/test_urlcommand.py Tue Oct 17 21:54:32 2006
@@ -63,5 +63,11 @@
assert info.last_author == 'hpk'
assert info.kind == 'file'
+ def test_svn_1_3_b(self):
+ line =" 74 autoadmi Oct 06 23:59 plonesolutions.com/"
+ info = InfoSvnCommand(line)
+ assert info.last_author == 'autoadmi'
+ assert info.kind == 'dir'
+
def test_badchars():
py.test.raises(ValueError, "py.path.svnurl('file:///tmp/@@@:')")
More information about the py-svn
mailing list