From: Felipe Pena Date: Thu, 1 Dec 2011 15:47:58 +0000 (+0000) Subject: - Replace possible esc char to in the XML output X-Git-Tag: php-5.3.9RC3~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78742a33a7a3c43b71d20e4b06665694c89b4c11;p=php - Replace possible esc char to in the XML output --- diff --git a/run-tests.php b/run-tests.php index 127265798a..3fba338dca 100755 --- a/run-tests.php +++ b/run-tests.php @@ -2100,11 +2100,11 @@ $output } elseif (in_array('FAIL', $restype)) { $JUNIT['test_fail']++; - $JUNIT['result_xml'] .= ''."\n"; + $JUNIT['result_xml'] .= '', $diff)."\n".']]>'."\n"; } else{ $JUNIT['test_error']++; - $JUNIT['result_xml'] .= ''."\n"; + $JUNIT['result_xml'] .= '', $diff)."\n".']]>'."\n"; } $JUNIT['result_xml'] .= ''."\n"; }