]> source.dussan.org Git - aspectj.git/commit
Make MoveInstructionsWeaveTestCase.testFancyHello pass when run twice
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 13 Mar 2021 08:07:07 +0000 (15:07 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 13 Mar 2021 08:07:07 +0000 (15:07 +0700)
commitcd83adc724c3779cc688405cc475ca5bd1e13bfe
tree89f60af210f8e497d8d77e1dd2d74b85fb6c75cb
parent07af5d416e94791eb92ae1123e87394e8d22ad80
Make MoveInstructionsWeaveTestCase.testFancyHello pass when run twice

Reset counter, just in case this test runs multiple times in one JVM.
This can happen e.g. due to "run all tests" in IntelliJ IDEA, which
directly runs this test class and als WeaverModuleTests, both of which
implement junit.framework.TestCase. In that case, during the second run
the counter would start at a higher base count, making the 2nd test run
fail.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
weaver/src/test/java/org/aspectj/weaver/bcel/MoveInstructionsWeaveTestCase.java