Next: Eventspaces
Up: Test engine
Previous: Technical Issues
The following are known problems or not yet implemented.
-
Support for listboxes, sliders and radioboxes
has not been implemented.
-
Support for mouse dragging and double clicking has not been
implemented.
-
Using mred:test:menu-select for check-boxes on menu bars
(for example, ``Show'' in DrScheme) does not work.
-
The parameterization for the DrScheme console REPL is shared with the
handler thread. As a result, some errors in the main thread are not
handled correctly. The simplest solution is to reset the error
handler in the test suite with:
(current-error-handler (current-error-handler))
-
Sending keystrokes to a mred:text% window converts
everything to upper case.
PLT