]> source.dussan.org Git - aspectj.git/commit
RunSpec: allow '<stdout ordered="no">'
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Mon, 28 Feb 2022 02:23:44 +0000 (09:23 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Wed, 23 Mar 2022 08:39:14 +0000 (15:39 +0700)
commitaf0e70f1615f256a43e798ab7b7fc3d53089f588
tree99c7b02f452ae1ff2b3a7a877d74b8c085428bc2
parent3c80a365273b39c299cfdbc80c194cb9508e91a4
RunSpec: allow '<stdout ordered="no">'

Previously 'ordered="no"' was only permitted for 'stderr'. We need this
for tests with asynchronous log output on standard error.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
testing/src/test/java/org/aspectj/testing/RunSpec.java
testing/src/test/java/org/aspectj/testing/XMLBasedAjcTestCase.java