On Wed, Jan 7, 2009 at 7:27 AM, Christian Zagrodnick <[email protected]> wrote:
> Log message for revision 94571:
> re-added comment action (which was lost by the selenium upgrade I think).
Can you think of a test that would have prevented this? It's somewhat
difficult with the nature of Selenium and its extension mechanism.
> Changed:
> U zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js
>
> -=-
> Modified:
> zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js
> ===================================================================
> --- zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js
> 2009-01-07 12:25:09 UTC (rev 94570)
> +++ zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js
> 2009-01-07 12:27:10 UTC (rev 94571)
> @@ -1,3 +1,3 @@
> -// User extensions can be added here.
> -//
> -// Keep this file to avoid mystifying "Invalid Character" error in IE
> +// Add a comment action that ignores its arguments
> +Selenium.prototype.doComment = function(text, text) {
> +};
>
> _______________________________________________
> Checkins mailing list
> [email protected]
> http://mail.zope.org/mailman/listinfo/checkins
--
Benji York
Senior Software Engineer
Zope Corporation
_______________________________________________
Zope-Dev maillist - [email protected]
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )