[py-svn] r52667 - py/branch/bugfix-0.9.0/py/path/svn/testing

briandorsey at codespeak.net briandorsey at codespeak.net
Mon Mar 17 21:24:21 CET 2008


Author: briandorsey
Date: Mon Mar 17 21:24:20 2008
New Revision: 52667

Modified:
   py/branch/bugfix-0.9.0/py/path/svn/testing/test_auth.py
Log:
spelling fix: '--uername'  -->  '--username'


Modified: py/branch/bugfix-0.9.0/py/path/svn/testing/test_auth.py
==============================================================================
--- py/branch/bugfix-0.9.0/py/path/svn/testing/test_auth.py	(original)
+++ py/branch/bugfix-0.9.0/py/path/svn/testing/test_auth.py	Mon Mar 17 21:24:20 2008
@@ -62,7 +62,7 @@
 
     def test_makecmdoptions_uname_pw_makestr(self):
         auth = py.path.SvnAuth('foo', 'bar')
-        assert auth.makecmdoptions() == '--uername="foo" --password="bar"'
+        assert auth.makecmdoptions() == '--username="foo" --password="bar"'
 
     def test_makecmdoptions_quote_escape(self):
         auth = py.path.SvnAuth('fo"o', '"ba\'r"')



More information about the pytest-commit mailing list