1 new changeset in pytest: http://bitbucket.org/hpk42/pytest/changeset/a7cbffe7357e/ changeset: a7cbffe7357e branches: user: RonnyPfannschmidt date: 2011-05-28 19:00:23 summary: add another normpath in the junitxml tests affected #: 1 file (18 bytes)
--- a/testing/test_junitxml.py Sat May 28 17:36:38 2011 +0200 +++ b/testing/test_junitxml.py Sat May 28 19:00:23 2011 +0200 @@ -367,7 +367,7 @@ def test_logxml_path_expansion(): from _pytest.junitxml import LogXML - home_tilde = os.path.expanduser('~/test.xml') + home_tilde = os.path.normpath(os.path.expanduser('~/test.xml')) # this is here for when $HOME is not set correct home_var = os.path.normpath(os.path.expandvars('$HOME/test.xml')) Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn