try to find jar file for travis tests

This commit is contained in:
Julian Dolby 2014-03-16 22:14:36 -04:00 committed by Michael Heilmann
parent eb8f94c61c
commit d0f099edb6

View File

@ -43,7 +43,7 @@ public class DynamicCallGraphTest extends WalaTestCase {
static {
testJarLocation = DynamicCallGraphTest.class.getClassLoader().getResource("com.ibm.wala.core.testdata_1.0.0.jar");
if (testJarLocation == null) {
testJarLocation = DynamicCallGraphTest.class.getClassLoader().getResource("com.ibm.wala.core.testdata_1.3.4-SNAPSHOT.jar");
testJarLocation = DynamicCallGraphTest.class.getClassLoader().getResource("com.ibm.wala.core.testdata-1.3.4-SNAPSHOT.jar");
}
assert testJarLocation != null;
}