You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by rg...@apache.org on 2011/04/04 00:47:20 UTC

svn commit: r1088432 - /incubator/wookie/site/trunk/content/wookie/docs/developer/releaseTesting.mdtext

Author: rgardler
Date: Sun Apr  3 22:47:20 2011
New Revision: 1088432

URL: http://svn.apache.org/viewvc?rev=1088432&view=rev
Log:
Add a test to ensure DB is not re-initialised on each run

Modified:
    incubator/wookie/site/trunk/content/wookie/docs/developer/releaseTesting.mdtext

Modified: incubator/wookie/site/trunk/content/wookie/docs/developer/releaseTesting.mdtext
URL: http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/developer/releaseTesting.mdtext?rev=1088432&r1=1088431&r2=1088432&view=diff
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/developer/releaseTesting.mdtext (original)
+++ incubator/wookie/site/trunk/content/wookie/docs/developer/releaseTesting.mdtext Sun Apr  3 22:47:20 2011
@@ -49,7 +49,7 @@ on svn and/or in the staging area as dec
   * ensure that the widget retrieves some RSS items and displays them correctly
 
 # Administration
-## Widget Deployment
+## Widget tests
 
   * open a new browser window on the server home page
   * click "Administration menu"
@@ -57,11 +57,15 @@ on svn and/or in the staging area as dec
   * verify that there are no errors logged for deployed widgets (there may be some warnings about IE compatibility)
   * click "View existing widgets"
   * expand a few widgets and ensure page behaves as expected
+
+## Widget Deployment
   * click back button
   * click "add new widget"
   * upload a test widget (we should provide a simple test widget 
     in SVN that is packaged but not bundled with the release) 
   * repeat the "Widget Gallery" tests above with the test widget
+  * stop the server using CTRL-C
+  * restart the server and verify the uploaded widget is still present
 
 ## Gadget Deployment