From 67ec87e7f9be988ed3589b56fd299db4dda0e6ff Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 21 May 2010 16:51:15 +0200 Subject: [PATCH] note that issue99 is also fixed --HG-- branch : trunk --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c4e8cadab..069fbfdd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -29,7 +29,8 @@ Changes between 1.3.0 and 1.3.1 You can use any combination of 'fsxX' with the '-r' extended reporting option. The xfail/xpass results will show up as - skipped tests in the junitxml output. + skipped tests in the junitxml output - which also fixes + issue99. - make py.test.cmdline.main() return the exitstatus instead of raising (which is still done by py.cmdline.pytest())