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

Tres Seaver <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
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 = """\

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.