| Summary: | [client] enable testing of asynchronous javascript events | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | tbuschto |
| Version: | 1.4 | ||
| Target Milestone: | 1.4 M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
Fixed in CVS HEAD. Changes include: - Multi-Part-Tests: Instead of a test-function, define an array of functions. These are (as opposed to other test-functions of the same class) guarenteed to be called in the given order. - New "store"-function in TestUtil: All given values are used as arguments for the next test-function, thereby allowing objected to be passed on over several parts of a test. - New "delayTest"-function in TestUtil: Delays the executen of the next function by the given amount of ms. - Adapted existing Browser-test: The BrowserTest.js has been changed to use these new features. |