[Checkins] SVN: Zelenium/trunk/ Corrected the documentation in the README for capturing results of a test run.

Tres Seaver tseaver at palladion.com
Thu Jun 29 11:07:43 EDT 2006


Log message for revision 68909:
  Corrected the documentation in the README for capturing results of a test run.
  
  Changed 'auto=1' -> 'auto=true', in line with the Selenium documentation.
  Thanks to Yoshinori Okuji for pointing this out.
  

Changed:
  U   Zelenium/trunk/CHANGES.txt
  U   Zelenium/trunk/README.txt
  U   Zelenium/trunk/version.txt

-=-
Modified: Zelenium/trunk/CHANGES.txt
===================================================================
--- Zelenium/trunk/CHANGES.txt	2006-06-29 14:41:31 UTC (rev 68908)
+++ Zelenium/trunk/CHANGES.txt	2006-06-29 15:07:42 UTC (rev 68909)
@@ -1,5 +1,11 @@
 Zelenium Product Changelog
 
+  After Zelenium 0.8
+
+    - Corrected the documentation in the README for capturing results of a test
+      run ('auto=1' -> 'auto=true', in line with the Selenium documentation).
+      Thanks to Yoshinori Okuji for pointing this out.
+
   Zelenium 0.8 (2006/05/16)
 
     - Fixed unit tests by wrapping filesystem objects that are rendered

Modified: Zelenium/trunk/README.txt
===================================================================
--- Zelenium/trunk/README.txt	2006-06-29 14:41:31 UTC (rev 68908)
+++ Zelenium/trunk/README.txt	2006-06-29 15:07:42 UTC (rev 68909)
@@ -154,9 +154,9 @@
     result data from an automated test run to the server.
 
     Invoke the test suite from your browser as usual, but append the
-    query string '?auto=1', to the URL, e.g.::
+    query string '?auto=true', to the URL, e.g.::
 
-      http://localhost:8080/test_suite?auto=1
+      http://localhost:8080/test_suite?auto=true
 
     Selenium will run all test cases, and then upload its result data
     to the 'postResults' method of your suite. (Note that you no longer

Modified: Zelenium/trunk/version.txt
===================================================================
--- Zelenium/trunk/version.txt	2006-06-29 14:41:31 UTC (rev 68908)
+++ Zelenium/trunk/version.txt	2006-06-29 15:07:42 UTC (rev 68909)
@@ -1 +1 @@
-Zelenium-0.8
+Zelenium-0.8+



More information about the Checkins mailing list