[asterisk-commits] mnicholson: branch mnicholson/failure-message r2424 - /asterisk/team/mnichols...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Fri Sep 23 13:31:49 CDT 2011


Author: mnicholson
Date: Fri Sep 23 13:31:46 2011
New Revision: 2424

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2424
Log:
fail, but no parse error

Modified:
    asterisk/team/mnicholson/failure-message/results-template.xml

Modified: asterisk/team/mnicholson/failure-message/results-template.xml
URL: http://svnview.digium.com/svn/testsuite/asterisk/team/mnicholson/failure-message/results-template.xml?view=diff&rev=2424&r1=2423&r2=2424
==============================================================================
--- asterisk/team/mnicholson/failure-message/results-template.xml (original)
+++ asterisk/team/mnicholson/failure-message/results-template.xml Fri Sep 23 13:31:46 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<testsuite errors="0" tests="%d" time="1.0" failures="3" name="xml test">
+<testsuite errors="0" tests="%d" time="1.0" failures="4" name="xml test">
 	<testcase time="0.0" name="passing test"/>
 	<testcase time="1.0" name="failing test1">
 		<failure/>
@@ -12,8 +12,19 @@
 	<testcase time="1.0" name="failing test3">
 		<failure>
 <![CDATA[
-This should not cause a parse error because of the CDATA in spite of that unescaped '<'
+CDATA test: let's put a bunch of random characters in here.
+& ^ % $ @ <> < >>
+]] [[ * _ " " " ' ' ' " ' " ' " '
+That should do it.
 ]]>
 		</failure>
 	</testcase>
+	<testcase time="1.0" name="failing test4">
+		<failure>
+Escape test: let&apos;s excape a bunch of characters
+&amp; ^ % $ @ &lt;&gt; &lt; &gt;&gt;
+]] [[ * _ &quot;
+That should do it.
+		</failure>
+	</testcase>
 </testsuite>




More information about the asterisk-commits mailing list