Bug 6441 - Update JavaScript tests so they use KDE style and HTML can be generated by script
Summary: Update JavaScript tests so they use KDE style and HTML can be generated by sc...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-08 20:08 PST by Maciej Stachowiak
Modified: 2006-01-08 21:38 PST (History)
0 users

See Also:


Attachments
patch including new script and redone tests (21.74 KB, patch)
2006-01-08 20:31 PST, Maciej Stachowiak
no flags Details | Formatted Diff | Diff
patch with added files in (433.07 KB, patch)
2006-01-08 20:59 PST, Maciej Stachowiak
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2006-01-08 20:08:44 PST
I have some changes to update most of the JavaScript tests to use the KDE style where you make a .js file 
with code and shouldBe assertions. There's also a script that generates html wrapper files for each JS file 
in a consistent way, so the standard functions are always available.
Comment 1 Maciej Stachowiak 2006-01-08 20:31:10 PST
Created attachment 5560 [details]
patch including new script and redone tests
Comment 2 Maciej Stachowiak 2006-01-08 20:59:13 PST
Created attachment 5561 [details]
patch with added files in
Comment 3 Eric Seidel (no email) 2006-01-08 21:24:30 PST
Comment on attachment 5561 [details]
patch with added files in

rs=me

I read through the "important" parts, they seemed fine.  There is no way I can
verify all of those tests.

You were missing a line ending at the end of js-tests-post.js

that's it.