diff options
-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> |