You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/05/27 22:07:32 UTC

svn commit: r1128439 - /incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/UpdateConformanceTest.java

Author: scottbw
Date: Fri May 27 20:07:31 2011
New Revision: 1128439

URL: http://svn.apache.org/viewvc?rev=1128439&view=rev
Log:
Removed a test case that was removed from the official W3C test suite

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

Modified: incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/UpdateConformanceTest.java
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/UpdateConformanceTest.java?rev=1128439&r1=1128438&r2=1128439&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/UpdateConformanceTest.java (original)
+++ incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/UpdateConformanceTest.java Fri May 27 20:07:31 2011
@@ -314,12 +314,6 @@ public class UpdateConformanceTest exten
 	}	
 	
 	@Test
-	public void pr205() throws InvalidUDDException{
-		W3CWidget widget = processWidgetNoErrors("http://dev.w3.org/2006/waf/widgets-updates/test-suite/test-cases/ta-processing2/005/ta-pr-005.wgt");
-		assertNull(UpdateUtils.getUpdate(fac, widget));
-	}	
-	
-	@Test
 	public void pr206(){
 		W3CWidget widget = processWidgetNoErrors("http://dev.w3.org/2006/waf/widgets-updates/test-suite/test-cases/ta-processing2/006/ta-pr-006.wgt");
 		assertNull(UpdateUtils.getUpdate(fac, widget));