浏览代码

Fix: AllTestsAspectJ171 runs correct NewFeatures suite

While fixing #285, I noticed that *.ajc171.NewFeatures was never
executed as part of the AspectJ test suite, because since 2012 falsely
*.ajc1610.NewFeatures was imported and executed a second time instead.
In addition to an outdated AspetJ weaver library in 'lib', this was one
more factor why the regression bug was never spotted.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tags/V1_9_21_2
Alexander Kriegisch 2 个月前
父节点
当前提交
2fa6a86850
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java

+ 0
- 2
tests/src/test/java/org/aspectj/systemtest/ajc171/AllTestsAspectJ171.java 查看文件

@@ -10,8 +10,6 @@
*******************************************************************************/
package org.aspectj.systemtest.ajc171;

import org.aspectj.systemtest.ajc1610.NewFeatures;

import junit.framework.Test;
import junit.framework.TestSuite;


正在加载...
取消
保存