Browse Source

166580, comment #6: harness now allows you to specify if ordering is important in expected output

tags/Root_extensions
aclement 17 years ago
parent
commit
db930ff505
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml

+ 1
- 1
tests/src/org/aspectj/systemtest/ajc150/ltw/ltw-tests.xml View File

@@ -307,7 +307,7 @@
<line text="Main.test1"/>
<line text="Main.test2"/>
</stdout>
<stderr>
<stderr ordered="no">
<line text="warning aspect Aspect1 exluded for class loader org.aspectj.weaver.loadtime.WeavingURLClassLoader [Xlint:aspectExcludedByConfiguration]"/>
<line text="warning aspect Aspect2 exluded for class loader org.aspectj.weaver.loadtime.WeavingURLClassLoader [Xlint:aspectExcludedByConfiguration]"/>
<line text="pakkage.Aspect3.before_test2"/>

Loading…
Cancel
Save