On Feb 6, 2006, at 6:52 PM, Leonardo Soto wrote:
Hi all!, I'm working a Test.Simple replacement, that basically inherits the simplicity of Test.Simple but: * Works on IE5.5 * Don't require you to count the tests * Tests that requires elements visible in the browser works in the TestRunner (Harness). * Display the test results nicer (IMO).
Great! Did you see that some of this was already done in MochiKit/ Test.js? That's why the non-DOM tests were factored out into separate .js files, so I could run them with the standalone SpiderMonkey.
I didn't do the browser stuff though, so I'm just going to take this as-is and we can look into merging the two soon.
-bob
