[testng] 01/355: Added CDATA to sample xml in section 6.2.5 for correctness/completeness
Eugene Zhukov
eugene-guest at moszumanska.debian.org
Tue Aug 18 10:19:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.
commit 4096f05b9b8e0756c891a187c84c9fa3db85a10a
Author: Nalin Makar <nullin at nullin.com>
Date: Sun Nov 27 00:41:01 2011 -0800
Added CDATA to sample xml in section 6.2.5 for correctness/completeness
---
doc/documentation-main.html | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/doc/documentation-main.html b/doc/documentation-main.html
index 9fbecca..679f9c0 100644
--- a/doc/documentation-main.html
+++ b/doc/documentation-main.html
@@ -2507,8 +2507,11 @@ TestNG offers an XML reporter capturing TestNG specific information that is not
started-at="2007-05-28T12:14:37Z" description="someDescription2"
finished-at="2007-05-28T12:14:37Z">
<exception class="java.lang.AssertionError">
- <short-stacktrace>java.lang.AssertionError
- ... Removed 22 stack frames
+ <short-stacktrace>
+ <![CDATA[
+ java.lang.AssertionError
+ ... Removed 22 stack frames
+ ]]>
</short-stacktrace>
</exception>
</test-method>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git
More information about the pkg-java-commits
mailing list