diff options
author | wisberg <wisberg> | 2003-05-05 07:34:52 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-05 07:34:52 +0000 |
commit | cb022298aad081d5f87604d374042dc13d671189 (patch) | |
tree | 377f419aa3c4aab2a15e655ef74e727bde84e572 /tests/ajde/script.html | |
parent | daeab2fdfa7d44f73e841d149c60b9936458abae (diff) | |
download | aspectj-cb022298aad081d5f87604d374042dc13d671189.tar.gz aspectj-cb022298aad081d5f87604d374042dc13d671189.zip |
minimal update to test script to test running, remove debugger tests.
Seems out of date; may try to enhance ajbrowser doc as basic ajde test script
Diffstat (limited to 'tests/ajde/script.html')
-rw-r--r-- | tests/ajde/script.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/ajde/script.html b/tests/ajde/script.html index edc42b815..40293b89b 100644 --- a/tests/ajde/script.html +++ b/tests/ajde/script.html @@ -148,7 +148,7 @@ <p><b>AJBrowser Script</b></p> -<p>Steps 3-6 apply should be re-tested in JBuilder and Forte seperately. </p> +<p>Steps 3-6 should be re-tested in JBuilder and Forte seperately. </p> <ol> @@ -173,15 +173,19 @@ <li><font color="#000080">run</font><ul> <li><font color="#000080">with no class selected: error dialog</font></li> <li><font color="#000080">with a non-main class selected: error dialog</font></li> + <li><font color="#000080">code that throws an exception: error dialog</font></li> <li><font color="#000080">with a correct main class selected</font></li> + <li><font color="#000080">repeat using the "run in other process" menu or button variant</font></li> </ul> </li> + <!-- debugging disabled <li><font color="#000080">debug</font><ul> <li><font color="#000080">with no class selected: error dialog</font></li> <li><font color="#000080">with a non-main class selected: error dialog</font></li> <li><font color="#000080">with a correct main class selected</font></li> </ul> </li> + --> <li>compile<ul> <li>no config file present: error message</li> <li>non-existing config file: error message</li> |