[previous] [up] [next]     [contents] [index]
Next: Eventspaces Up: Test engine Previous: Technical Issues

Known Problems

The following are known problems or not yet implemented.

  1. Support for listboxes, sliders and radioboxes has not been implemented.
  2. Support for mouse dragging and double clicking has not been implemented.
  3. Using mred:test:menu-select for check-boxes on menu bars (for example, ``Show'' in DrScheme) does not work.
  4. 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))
  5. Sending keystrokes to a mred:text% window converts everything to upper case.



PLT