mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 18:11:47 +01:00
More elaborate comment on issue which should be fixed once the next release of ant-testutil is out
Former-commit-id: e65ea8afeeb2cc631385ad6bf1e80c7cee745c7a
This commit is contained in:
@@ -31,8 +31,9 @@ import org.owasp.dependencycheck.utils.Settings;
|
|||||||
*/
|
*/
|
||||||
public class DependencyCheckTaskTest extends BuildFileTest {
|
public class DependencyCheckTaskTest extends BuildFileTest {
|
||||||
//TODO: The use of deprecated class BuildFileTestcan possibly
|
//TODO: The use of deprecated class BuildFileTestcan possibly
|
||||||
//be replaced with BuildFileRule. However, it doesn't seem to be included
|
//be replaced with BuildFileRule. However, it currently isn't included in the ant-testutil jar.
|
||||||
//in the ant-testutil jar.
|
//This should be fixed in ant-testutil 1.9.5, so we can check back once that has been released.
|
||||||
|
//Reference: http://mail-archives.apache.org/mod_mbox/ant-user/201406.mbox/%3C000001cf87ba$8949b690$9bdd23b0$@de%3E
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user