[Commits] r430 - apps/opengeo/geoexplorer/trunk/tests/user

commits at geoext.org commits at geoext.org
Mon Apr 20 22:45:46 CEST 2009


Author: dwins
Date: 2009-04-20 22:45:46 +0200 (Mon, 20 Apr 2009)
New Revision: 430

Added:
   apps/opengeo/geoexplorer/trunk/tests/user/checklist.sh
Log:
Add a script for making a checklist to go along with the smoke test script.


Added: apps/opengeo/geoexplorer/trunk/tests/user/checklist.sh
===================================================================
--- apps/opengeo/geoexplorer/trunk/tests/user/checklist.sh	                        (rev 0)
+++ apps/opengeo/geoexplorer/trunk/tests/user/checklist.sh	2009-04-20 20:45:46 UTC (rev 430)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# make a checklist matrix from the smoke script.
+
+echo 'FF3 IE6 Sf3 IE8 Op9   Test '
+grep 'Scenario: ' smoke.txt | sed -e 's/Scenario: /[ ] [ ] [ ] [ ] [ ] /'
+



More information about the Commits mailing list