try to find jar file for travis tests

This commit is contained in:
Julian Dolby 2014-03-16 22:14:36 -04:00
parent 95c13203de
commit b422fd500e
1 changed files with 1 additions and 1 deletions

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;
}