On Tue, Mar 16, 2010 at 12:43 PM, Paul Lindner <[email protected]>wrote:
> Hi, > > I've been digging back into the source and found a few things of note: > > DefaultConcatUri causes many gadgets to fail because it has a hardcoded > hostname of localhost:9003 I'll probably reuse the %host% idiom to get this > to pass for the moment.. > %host% should work nicely for this, thanks Paul. Even so, I'm surprised this was causing problems. The trunk was clean for me... which test(s) errored out? > > The end-to-end tests are ignoring their errors, probably since the junit4 > upgrade. The osapi tests in there are using an older version of the api > and > are broken. Two endtoend caja tests are failing with errors: > > SEVERE: Job run failed with unexpected RuntimeException: Error: Already > tames to something: [object Object] ( > > http://localhost:9003/gadgets/js/caja.js?v=75fe169d11a71cf89a927e188571bf&container=default&debug=0#49 > ) > net.sourceforge.htmlunit.corejs.javascript.JavaScriptException: Error: > Already tames to something: [object Object] ( > > http://localhost:9003/gadgets/js/caja.js?v=75fe169d11a71cf89a927e188571bf&container=default&debug=0#49 > ) > > > htmlunit is also complaining heavily about ampersands in URLs, which we > should really fix -- and it appears that some of the javascript doesn't run > synchronously, breaking yet more tests... > > phew.. > > I'll have some quick fixes today. >
