Author: scottbw
Date: Tue Dec  7 12:22:02 2010
New Revision: 1042996

URL: http://svn.apache.org/viewvc?rev=1042996&view=rev
Log:
Added two missing i18n tests

Modified:
    
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/i18nManual.java

Modified: 
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/i18nManual.java
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/i18nManual.java?rev=1042996&r1=1042995&r2=1042996&view=diff
==============================================================================
--- 
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/i18nManual.java
 (original)
+++ 
incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/i18nManual.java
 Tue Dec  7 12:22:02 2010
@@ -52,6 +52,16 @@ public class i18nManual extends Conforma
                W3CWidget widget = getWidget("042","ltr");
                
addResult("i18nltr42",FormattingUtils.getFormattedWidgetVersion(widget), "The 
arrow should point right -->");
        }
+       @Test
+       public void i18nrlo42(){
+               W3CWidget widget = getWidget("042","rlo");
+               
addResult("i18nrlo42",FormattingUtils.getFormattedWidgetVersion(widget), 
"PASSED");
+       }
+       @Test
+       public void i18nrtl42(){
+               W3CWidget widget = getWidget("042","rtl");
+               
addResult("i18nrtl42",FormattingUtils.getFormattedWidgetVersion(widget), "The 
arrow should point right -->");
+       }
        
        // ta-AYLMhryBnD
        @Test


Reply via email to