Skip to content

Commit 22d09c2

Browse files
committed
re-enabled the test case
1 parent d027e75 commit 22d09c2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

soot-infoflow-android/test/soot/jimple/infoflow/android/test/droidBench/FieldSourceTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import java.io.IOException;
44

55
import org.junit.Assert;
6-
import org.junit.Ignore;
76
import org.junit.Test;
87
import org.xmlpull.v1.XmlPullParserException;
98

@@ -12,7 +11,6 @@
1211
public class FieldSourceTest extends JUnitTests {
1312

1413
@Test
15-
@Ignore("APK file missing")
1614
public void runTestFlowSensitivity1() throws IOException, XmlPullParserException {
1715
InfoflowResults res = analyzeAPKFile("FieldSource/FieldSourceTest.apk");
1816
Assert.assertNotNull(res);

0 commit comments

Comments
 (0)