CVS: Products/Zelenium - zuite.py:1.13
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-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 ):
_______________________________________________
Zope-CVS maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs
Zope CVS instructions: http://dev.zope.org/CVS