Author: scottbw
Date: Sun Feb 24 16:13:53 2013
New Revision: 1449501

URL: http://svn.apache.org/r1449501
Log:
Updated location where the test cases are looking for widgets to use to the 
uploads folder in the built webapp, as widgets are now deleted from the 
build/widgets staging area as they are deployed

Modified:
    
wookie/trunk/src-tests/org/apache/wookie/tests/flatpack/FlatpackFactoryTest.java

Modified: 
wookie/trunk/src-tests/org/apache/wookie/tests/flatpack/FlatpackFactoryTest.java
URL: 
http://svn.apache.org/viewvc/wookie/trunk/src-tests/org/apache/wookie/tests/flatpack/FlatpackFactoryTest.java?rev=1449501&r1=1449500&r2=1449501&view=diff
==============================================================================
--- 
wookie/trunk/src-tests/org/apache/wookie/tests/flatpack/FlatpackFactoryTest.java
 (original)
+++ 
wookie/trunk/src-tests/org/apache/wookie/tests/flatpack/FlatpackFactoryTest.java
 Sun Feb 24 16:13:53 2013
@@ -97,7 +97,7 @@ public class FlatpackFactoryTest {
                // upload a new widget to test with
          //
                W3CWidgetFactory fac = getFactory();
-               File testWidget = new File("build/widgets/bubbles.wgt");
+               File testWidget = new 
File("build/webapp/wookie/upload/bubbles.wgt");
                fac.parse(testWidget);
                download = fac.getUnzippedWidgetDirectory(); //download is 
where we unzipped the widget
                
@@ -132,7 +132,7 @@ public class FlatpackFactoryTest {
                // upload a new widget to test with
          //
                W3CWidgetFactory fac = getFactory();
-               File testWidget = new File("build/widgets/bubbles.wgt");
+               File testWidget = new 
File("build/webapp/wookie/upload/bubbles.wgt");
                fac.parse(testWidget);
                download = fac.getUnzippedWidgetDirectory(); //download is 
where we unzipped the widget
                
@@ -172,7 +172,7 @@ public class FlatpackFactoryTest {
     //
     W3CWidgetFactory fac = getFactory();
     fac.setFeatures(Features.getFeatureNames());
-    File testWidget = new File("build/widgets/freeder.wgt");
+    File testWidget = new File("build/webapp/wookie/upload/freeder.wgt");
     fac.parse(testWidget);
     
     //
@@ -217,7 +217,7 @@ public class FlatpackFactoryTest {
                // upload a new widget to test with
          //
                W3CWidgetFactory fac = getFactory();
-               File testWidget = new File("build/widgets/bubbles.wgt");
+               File testWidget = new 
File("build/webapp/wookie/upload/bubbles.wgt");
                fac.parse(testWidget);
                download = fac.getUnzippedWidgetDirectory(); //download is 
where we unzipped the widget
                
@@ -266,7 +266,7 @@ public class FlatpackFactoryTest {
          //
                W3CWidgetFactory fac = getFactory();
                fac.setFeatures(Features.getFeatureNames());
-               File testWidget = new File("build/widgets/simplechat.wgt");
+               File testWidget = new 
File("build/webapp/wookie/upload/simplechat.wgt");
                fac.parse(testWidget);
                download = fac.getUnzippedWidgetDirectory(); //download is 
where we unzipped the widget
                


Reply via email to