Troy Farrell wrote:
> I was on a testing kick this morning and decided to run the Mochikit
> tests in IE and Opera. Here are the results from
> http://mochikit.com/tests/index.html:
I run the tests under IE too from time to time. The problem you've seen
are more or less known.
> IE 6.0.2900, identifies as Mozilla/4.0 (compatible; MSIE 6.0; Windows
> NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50215)
>
> test_MochiKit-Async.html 51 0
> test_MochiKit-Base.html 179 2
>
> not ok - undefined should not be serializable
> not ok - wrong compose argument not raised!
It's a problem with __export__. Under the "if (MochiKit.__export__) {"
in Base.js, we should add:
* serializeJSON = MochiKit.Base.serializeJSON
* compose = MochiKit.Base.compose
I think it will be done before 1.4.
> test_MochiKit-DateTime.html 22 0
> test_MochiKit-DOM.html 76 2
>
> not ok - formContents empty option values got ",", expected ",foo"
> not ok - queryString empty option values got "selempty=&selempty2=",
> expected "selempty=&selempty2=foo"
See http://trac.mochikit.com/ticket/189.
--
Thomas
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---