[Zope-dev] [Checkins] SVN: zc.selenium/trunk/src/zc/selenium/resources/scripts/user-extensions.js re-added comment action (which was lost by the selenium upgrade I think).

Benji York benji at zope.com
Wed Jan 7 08:34:42 EST 2009


On Wed, Jan 7, 2009 at 7:27 AM, Christian Zagrodnick <cz at gocept.com> 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
> Checkins at zope.org
> http://mail.zope.org/mailman/listinfo/checkins

-- 
Benji York
Senior Software Engineer
Zope Corporation


More information about the Zope-Dev mailing list