[Webtest] [webtest][JIRA] Created: (WT-354) Release 1641 not compatible with Scriptaculous 1.8.0 (Prototype 1.6.0)

Matt Raible (JIRA) Matt Raible (JIRA)" <noreply@canoo.com
Sat, 24 Nov 2007 17:07:38 +0100 (CET)


Release 1641 not compatible with Scriptaculous 1.8.0 (Prototype 1.6.0)
----------------------------------------------------------------------

         Key: WT-354
         URL: http://webtest-community.canoo.com/jira/browse/WT-354
     Project: WebTest
        Type: Bug

    Versions: 2.5    
    Reporter: Matt Raible


Embedded error: The following error occurred while executing this line:
/Users/mraible/dev/appfuse-2.0/web/jsf/src/test/resources/login.xml:1: JavaScript error loading page http://localhost:9876/appfuse-jsf-2.0.1-SNAPSHOT/login.jsp: [object Error] (http://localhost:9876/appfuse-jsf-2.0.1-SNAPSHOT/scripts/prototype.js#596)

Line 596 is "if (e != $break) throw e;" in the following block:

var Enumerable = {
  each: function(iterator, context) {
    var index = 0;
    iterator = iterator.bind(context);
    try {
      this._each(function(value) {
        iterator(value, index++);
      });
    } catch (e) {
      if (e != $break) throw e;
    }
    return this;
  },

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://webtest-community.canoo.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira