[Zope-CVS] CVS: Products/Zelenium - zuite.py:1.13

Tres Seaver tseaver at zope.com
Tue May 3 00:00:16 EDT 2005


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

Modified Files:
	zuite.py 
Log Message:
 - Put the splash used in Selenium 0.3.0 into the initial AUT iframe.


=== Products/Zelenium/zuite.py 1.12 => 1.13 ===
--- Products/Zelenium/zuite.py:1.12	Mon May  2 23:48:16 2005
+++ Products/Zelenium/zuite.py	Mon May  2 23:59:45 2005
@@ -51,6 +51,7 @@
                       , 'selenium-domviewer.js'
                       , 'selenium.css'
                       , 'domviewer.html'
+                      , 'selenium-logo.png'
                       ]
 
 _RESULT_HTML = """\
@@ -233,6 +234,8 @@
     security.declareProtected( View, 'test_suite_html' )
     test_suite_html = PageTemplateFile( 'suiteTests', _WWW_DIR )
 
+    security.declareProtected( View, 'splash_html' )
+    splash_html = PageTemplateFile( 'suiteSplash', _WWW_DIR )
 
     security.declareProtected( View, 'listTestCases' )
     def listTestCases( self ):



More information about the Zope-CVS mailing list