]> source.dussan.org Git - aspectj.git/commit
Remove logging dots per test step in AjcTest.runTest 84/head
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 8 Aug 2021 05:15:11 +0000 (12:15 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 8 Aug 2021 05:15:11 +0000 (12:15 +0700)
commit18fd62a4e35fd582935265656ccffce0f91373ad
treea7c0e76b315568eebe19fffccc75292fa47f01b3
parente18f5dd41b3f390883d8d127b086a3f58f929e7e
Remove logging dots per test step in AjcTest.runTest

Methods AjcTest.runTest was logging something like "TEST: ...."
(4 dots), i.e. one dot per performed test step. Not only did this not
add much value, but due to usage of PrintStream.print for line
continuation it also messed up test step logging by scattering seemingly
random dot characters across test step logs. This looked quite ugly, so
I simply removed it.

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