[PATCH] Windows testsuite fixes [1/4]
Alexander Belchenko
bialix at ukr.net
Thu Nov 30 17:41:38 GMT 2006
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Vincent Ladeuil пишет:
>
[skip]
> >
> === modified file bzrlib/tests/test_http.py
> --- bzrlib/tests/test_http.py
> +++ bzrlib/tests/test_http.py
> @@ -108,6 +108,9 @@
[skip]
> +
> +class TestPost_urllib(TestCase, TestPost):
> + """TestPost for urllib implementation"""
> +
> + _transport = HttpTransport_urllib
> +
> def test_post_body_is_received_urllib(self):
> self._test_post_body_is_received('http+urllib')
>
> +
> +
> +class TestPost_pycurl(TestWithTransport_pycurl, TestCase, TestPost):
> + """TestPost for pycurl implementation"""
> +
^-- please, 2 empty lines here (PEP-8).
Alexander
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFbxfSzYr338mxwCURAsBwAJ4mWrBiSH1h7ShwpHn6pyMT3009igCdFxGv
D3TW7sDWl6w1t5sHm669uYU=
=vo+N
-----END PGP SIGNATURE-----
More information about the bazaar
mailing list