Ticket #98 (accepted defect)
Fix 'undefined' test in echo example
| Reported by: | thijs | Owned by: | thijs |
|---|---|---|---|
| Priority: | major | Milestone: | At some point |
| Component: | Examples | Version: | 0.1a |
| Keywords: | Cc: |
Description
The undefined test in the EchoTest example currently doesn't correctly check if the test result is correct or not.
void returns undefined in Actionscript, and currently PyAMF returns null in response to the test instead of undefined. The correct response type is void.
Change History
Note: See
TracTickets for help on using
tickets.
