[Zope-CVS] CVS: Products/Zelenium - CHANGES.txt:1.19 zuite.py:1.12

Tres Seaver tseaver at zope.com
Mon May 2 23:48:46 EDT 2005


Update of /cvs-repository/Products/Zelenium
In directory cvs.zope.org:/tmp/cvs-serv12572

Modified Files:
	CHANGES.txt zuite.py 
Log Message:
 - Pick up support files from Selenium 0.3.


=== Products/Zelenium/CHANGES.txt 1.18 => 1.19 ===
--- Products/Zelenium/CHANGES.txt:1.18	Mon May  2 22:25:09 2005
+++ Products/Zelenium/CHANGES.txt	Mon May  2 23:48:16 2005
@@ -2,6 +2,10 @@
 
   After Zelenium-0.4.1
 
+    - Updated to use the "TestRunner core" from Selenium version 0.3.0.
+      See http://selenium.thoughtworks.com/release-notes.html for more
+      information.
+
     - Add unit tests for Zuite class.
 
     - Make ZIPfile generation work with nested suites.


=== Products/Zelenium/zuite.py 1.11 => 1.12 ===
--- Products/Zelenium/zuite.py:1.11	Mon May  2 22:25:09 2005
+++ Products/Zelenium/zuite.py	Mon May  2 23:48:16 2005
@@ -39,15 +39,18 @@
 _SUPPORT_DIR = os.path.join( package_home( globals() ), 'selenium' )
 
 # TODO:  generate this list dynamically from the selenium sources!
-_SUPPORT_FILE_NAMES = [ 'htmlutils.js'
-                      , 'html-xpath-patched.js'
-                      , 'jsUnitCore.js'
-                      , 'selenium.css'
-                      , 'selenium-api.js'
+_SUPPORT_FILE_NAMES = [ 'html-xpath-patched.js'
                       , 'selenium-browserbot.js'
+                      , 'selenium-api.js'
                       , 'selenium-commandhandlers.js'
                       , 'selenium-executionloop.js'
+                      , 'selenium-executioncontext.js'
                       , 'selenium-fitrunner.js'
+                      , 'selenium-logging.js'
+                      , 'htmlutils.js'
+                      , 'selenium-domviewer.js'
+                      , 'selenium.css'
+                      , 'domviewer.html'
                       ]
 
 _RESULT_HTML = """\



More information about the Zope-CVS mailing list