moved checkSumTest.file, checksum.java, and checksumTest.java to dependency-check-utils

Former-commit-id: 0c05e466b5fe071ca55552660d471431572c0558
This commit is contained in:
Jeremy Long
2014-07-17 06:03:21 -04:00
parent 5600c9bc69
commit 46702bbb5c
3 changed files with 2 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ import org.junit.Assert;
import org.junit.Before; import org.junit.Before;
import org.junit.BeforeClass; import org.junit.BeforeClass;
import org.junit.Test; import org.junit.Test;
import org.owasp.dependencycheck.utils.Checksum;
import org.owasp.dependencycheck.utils.Checksum;
/** /**
* *