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/04/28 19:17:43 UTC

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

Author: scottbw
Date: Thu Apr 28 17:17:43 2011
New Revision: 1097553

URL: http://svn.apache.org/viewvc?rev=1097553&view=rev
Log:
Removed some debugging statements

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=1097553&r1=1097552&r2=1097553&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 Thu Apr 28 17:17:43 2011
@@ -337,7 +337,6 @@ public class UpdateConformanceTest exten
 	public void pr208(){
 		W3CWidget widget = processWidgetNoErrors("http://dev.w3.org/2006/waf/widgets-updates/test-suite/test-cases/ta-processing2/008/ta-pr-008.wgt");
 		assertNotNull(UpdateUtils.checkForUpdate(widget));
-		System.out.println(UpdateUtils.checkForUpdate(widget).getUpdateSource());
 		assertNotNull(UpdateUtils.getUpdate(fac, widget));
 	}		
 	//TODO Requires runtime testing
@@ -378,7 +377,6 @@ public class UpdateConformanceTest exten
 	@Test
 	public void pr214() {
 		W3CWidget widget = processWidgetNoErrors("http://dev.w3.org/2006/waf/widgets-updates/test-suite/test-cases/ta-processing2/014/ta-pr-014.wgt");
-		System.out.println(UpdateUtils.checkForUpdate(widget).getUpdateSource());
 		assertNull(UpdateUtils.getUpdate(fac, widget));
 	}