Browse Source

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
tags/V1_1_0_RC2
wisberg 21 years ago
parent
commit
cb022298aa
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      tests/ajde/script.html

+ 5
- 1
tests/ajde/script.html View File

@@ -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>

Loading…
Cancel
Save