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/10/05 11:57:33 UTC

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

Author: scottbw
Date: Wed Oct  5 09:57:32 2011
New Revision: 1179131

URL: http://svn.apache.org/viewvc?rev=1179131&view=rev
Log:
Added the "wookie extensions" feature to the set used by the widget test factory; this avoids a false negative when running the parser test suite using some of the example widgets.

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

Modified: incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java?rev=1179131&r1=1179130&r2=1179131&view=diff
==============================================================================
--- incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java (original)
+++ incubator/wookie/trunk/parser/java/src-test/org/apache/wookie/w3c/test/WidgetOutputterTest.java Wed Oct  5 09:57:32 2011
@@ -150,7 +150,7 @@ public class WidgetOutputterTest extends
 		// Load the widget
 		W3CWidgetFactory fac = new W3CWidgetFactory();
 		fac.setLocalPath(outputPath);
-		fac.setFeatures(new String[]{"feature:a9bb79c1","http://wave.google.com"});
+		fac.setFeatures(new String[]{"feature:a9bb79c1","http://wave.google.com", "http://incubator.apache.org/wookie/ext"});
 		fac.setEncodings(new String[]{"UTF-8", "ISO-8859-1","Windows-1252"});
 		if (download.exists()) download.delete();
 		if (output.exists()) output.delete();