Browse Source

Fixed one test per new messages, but left the pointcut test, which needs lots of new messages to be specified, to another day.

tags/v_preCompileLoopAlteration
wisberg 20 years ago
parent
commit
c6f438b517
1 changed files with 6 additions and 3 deletions
  1. 6
    3
      docs/sandbox/sandbox-test.xml

+ 6
- 3
docs/sandbox/sandbox-test.xml View File

@@ -52,7 +52,9 @@
</ajc-test>

<ajc-test dir="common" title="language-initialization">
<compile files="language/Initialization.java"/>
<compile files="language/Initialization.java">
<message kind="warning" line="130"/>
</compile>
<run class="language.Initialization"
errStreamIsError="true"/>
</ajc-test>
@@ -139,7 +141,8 @@
<ajc-test dir="." title="library-pointcutIdioms compile check">
<compile files="common/org/aspectj/langlib/Pointcuts.java"/>
</ajc-test>

</suite>
<!--
<ajc-test dir="." title="library-pointcutIdioms test all pointcuts"
>
<compile files="common/org/aspectj/langlib/Pointcuts.java,
@@ -243,5 +246,5 @@
</ajc-test>

</suite>
-->

Loading…
Cancel
Save