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 <[email protected]>
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=&quot;2007-05-28T12:14:37Z&quot; 
description=&quot;someDescription2&quot;
               finished-at=&quot;2007-05-28T12:14:37Z&quot;&gt;
           &lt;exception class=&quot;java.lang.AssertionError&quot;&gt;
-            &lt;short-stacktrace&gt;java.lang.AssertionError
-              ... Removed 22 stack frames
+            &lt;short-stacktrace&gt;
+              &lt;![CDATA[
+                java.lang.AssertionError
+                ... Removed 22 stack frames
+              ]]&gt;
             &lt;/short-stacktrace&gt;
           &lt;/exception&gt;
         &lt;/test-method&gt;

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-java/testng.git

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to