You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by mi...@apache.org on 2004/06/11 21:49:44 UTC

cvs commit: jakarta-tapestry/junit/mock-scripts TestTemplateEncoding.xml TestOutputEncoding.xml

mindbridge    2004/06/11 12:49:44

  Modified:    junit/mock-scripts TestTemplateEncoding.xml
                        TestOutputEncoding.xml
  Log:
  Unit tests for the updated MarkupWriters
  
  Revision  Changes    Path
  1.5       +1 -17     jakarta-tapestry/junit/mock-scripts/TestTemplateEncoding.xml
  
  Index: TestTemplateEncoding.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/junit/mock-scripts/TestTemplateEncoding.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestTemplateEncoding.xml	6 Jun 2004 08:50:50 -0000	1.4
  +++ TestTemplateEncoding.xml	11 Jun 2004 19:49:44 -0000	1.5
  @@ -35,9 +35,7 @@
   		</assert-output>
   
   		<assert-output name="Language Name">
  -<![CDATA[
   Fran&#231;ais
  -]]>
   		</assert-output>
   
   		<assert-output name="External Link">
  @@ -62,9 +60,7 @@
   		</assert-output>
   
   		<assert-output name="Language Name">
  -<![CDATA[
   Fran&#231;ais
  -]]>
   		</assert-output>
   	</request>
   	
  @@ -83,15 +79,11 @@
   		</assert-output>
   
   		<assert-output name="Language Name">
  -<![CDATA[
   &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;
  -]]>
   		</assert-output>
   
   		<assert-output name="Language Word">
  -<![CDATA[
   &#1045;&#1079;&#1080;&#1082;
  -]]>
   		</assert-output>
   	</request>
   	
  @@ -110,15 +102,11 @@
   		</assert-output>
   
   		<assert-output name="Language Name">
  -<![CDATA[
   &#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;
  -]]>
   		</assert-output>
   
   		<assert-output name="Language Word">
  -<![CDATA[
   &#1045;&#1079;&#1080;&#1082;
  -]]>
   		</assert-output>
   	</request>
   	
  @@ -196,9 +184,7 @@
   		</assert-output>
           
   		<assert-output name="Language Word">
  -<![CDATA[
   &#35486;&#35328;
  -]]>
   		</assert-output>
   	</request>
       
  @@ -222,9 +208,7 @@
   		</assert-output>
           
   		<assert-output name="Language Word">
  -<![CDATA[
   &#35821;&#35328;
  -]]>
   		</assert-output>
   	</request>
       
  
  
  
  1.4       +26 -1     jakarta-tapestry/junit/mock-scripts/TestOutputEncoding.xml
  
  Index: TestOutputEncoding.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/junit/mock-scripts/TestOutputEncoding.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- TestOutputEncoding.xml	9 Mar 2004 22:09:52 -0000	1.3
  +++ TestOutputEncoding.xml	11 Jun 2004 19:49:44 -0000	1.4
  @@ -78,5 +78,30 @@
   		</assert-output>
   	</request>
   	
  +	<request>
  +		<parameter name="service" value="direct/0/Home/$DirectLink"/>
  +	  	<parameter name="sp">
  +	  		<value>STwo</value>
  +	  		<value>Sbg</value>
  +	  	</parameter>
  +
  +		<assert-output name="Page Title">
  +<![CDATA[
  +<title>Two</title>
  +]]>
  +		</assert-output>
  +
  +		<assert-output name="Language Name">
  +<![CDATA[
  +&#1041;&#1098;&#1083;&#1075;&#1072;&#1088;&#1089;&#1082;&#1080;
  +]]>
  +		</assert-output>
  +
  +		<assert-output name="Language Word">
  +<![CDATA[
  +&#1045;&#1079;&#1080;&#1082;
  +]]>
  +		</assert-output>
  +	</request>
   
   </mock-test>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org