[Zope-CVS] CVS: Products/Zelenium - README.txt:1.4
Tres Seaver
tseaver at zope.com
Mon Apr 25 22:06:34 EDT 2005
Update of /cvs-repository/Products/Zelenium
In directory cvs.zope.org:/tmp/cvs-serv2957
Modified Files:
README.txt
Log Message:
- Fix typo.
=== Products/Zelenium/README.txt 1.3 => 1.4 ===
--- Products/Zelenium/README.txt:1.3 Mon Apr 25 21:56:19 2005
+++ Products/Zelenium/README.txt Mon Apr 25 22:06:34 2005
@@ -109,7 +109,7 @@
this feature in Zope, add a PythonScript, 'postResults', in the
root of your site, with text similar to::
- context.test_suite.postResuts(context.REQUEST)
+ context.test_suite.postResults(context.REQUEST)
Invoke the test suite from your browser as usual, but append the
query string '?auto=1', to the URL, e.g.::
More information about the Zope-CVS
mailing list