hyper-literate/collects/tests/mysterx
Robby Findler 9e5d391dfb ...
original commit: 66a62c2f50bd2b8c85867be3e415c6a0b3881f20
2000-05-25 15:55:50 +00:00
..
src ... 2000-05-25 15:55:50 +00:00
dhtmltests.ss ... 2000-05-25 15:55:50 +00:00
mystests.ss ... 2000-05-25 15:55:50 +00:00
README ... 2000-05-25 15:55:50 +00:00

MysterX test control
====================

The file mystests.ss in this directory creates a window
with a test ActiveX control, and runs a number of tests on it.
After the internal tests are performed, you can interact 
with the test control using a mouse.

The C++ code in the src subdirectory is supplied uncompiled.
You need Visual C++ 6.0 to compile it.  You may need to 
change the directory for MZC in testobject.mak if you have
installed PLT software to a nonstandard location.

To compile, run "nmake".  Once you've compiled the test ActiveX 
control, load "mystests.ss".

DHTML test code
===============

The file dhtmltests.ss contains a number of tests
for the Dynamic HTML capabilities of MysterX.
Simply load the file into MzScheme or DrScheme to run the 
tests.  Any errors will be printed in the REPL.
The behavior that appears in the window that is created
may be ignored.