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:
Hans Joachim Desserud
2015-01-10 19:28:12 +01:00
parent 54d3a73282
commit 52293f2596

View File

@@ -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