Skip to content

Commit 40dfc6a

Browse files
committed
oli
1 parent 11a39dc commit 40dfc6a

File tree

4 files changed

+34
-37
lines changed

4 files changed

+34
-37
lines changed

src/main/java/edu/uniandes/tsdl/mutapk/MutAPK.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ public static void runMutAPK(String[] args) throws NumberFormatException, Except
255255
File manifest = new File(apkAbsolutePath + File.separator + "AndroidManifest.xml");
256256
File smali = new File(apkAbsolutePath + File.separator + "smali");
257257
File resource = new File(apkAbsolutePath + File.separator + "res");
258+
258259

259260
// Create ApkHashSeparator
260261
ApkHashSeparator apkHashSeparator = mProcessor.generateApkHashSeparator(manifest, smali, resource, 0);

src/test/java/edu/uniandes/tsdl/mutapk/hashfunction/sha3/ApkHashSeparatorTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,5 @@
66

77
public class ApkHashSeparatorTest {
88

9-
@Test
10-
public void testEquals() {
11-
fail("Not yet implemented");
12-
}
139

1410
}

test/MutAPK-1.0.0.jar

-18.9 MB
Binary file not shown.

test/operators.properties

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
1 = ActivityNotDefined
2-
2 = DifferentActivityIntentDefinition
1+
#1 = ActivityNotDefined
2+
#2 = DifferentActivityIntentDefinition
33
3 = InvalidActivityPATH
4-
4 = InvalidKeyIntentPutExtra
5-
5 = InvalidLabel
6-
6 = NullIntent
7-
7 = NullValueIntentPutExtra
8-
8 = WrongMainActivity
9-
9 = MissingPermissionManifest
10-
10 = WrongStringResource
11-
12 = SDKVersion
12-
13 = LengthyBackEndService
13-
14 = LongConnectionTimeOut
14-
15 = BluetoothAdapterAlwaysEnabled
15-
16 = NullBluetoothAdapter
16-
17 = InvalidURI
17-
18 = NullGPSLocation
18-
19 = InvalidDate
19-
20 = NullBackEndServiceReturn
20-
22 = NullMethodCallArgument
21-
23 = ClosingNullCursor
22-
24 = InvalidIndexQueryParameter
23-
25 = InvalidSQLQuery
24-
26 = ViewComponentNotVisible
25-
27 = FindViewByIdReturnsNull
26-
28 = InvalidColor
27-
29 = InvalidViewFocus
28-
31 = InvalidIDFindView
29-
32 = InvalidFilePath
30-
33 = NullInputStream
31-
35 = OOMLargeImage
32-
36 = LengthyGUIListener
33-
37 = NullOutputStream
34-
38 = LengthyGUICreation
4+
#4 = InvalidKeyIntentPutExtra
5+
#5 = InvalidLabel
6+
#6 = NullIntent
7+
#7 = NullValueIntentPutExtra
8+
#8 = WrongMainActivity
9+
#9 = MissingPermissionManifest
10+
#10 = WrongStringResource
11+
#12 = SDKVersion
12+
#13 = LengthyBackEndService
13+
#14 = LongConnectionTimeOut
14+
#15 = BluetoothAdapterAlwaysEnabled
15+
#16 = NullBluetoothAdapter
16+
#17 = InvalidURI
17+
#18 = NullGPSLocation
18+
#19 = InvalidDate
19+
#20 = NullBackEndServiceReturn
20+
#22 = NullMethodCallArgument
21+
#23 = ClosingNullCursor
22+
#24 = InvalidIndexQueryParameter
23+
#25 = InvalidSQLQuery
24+
#26 = ViewComponentNotVisible
25+
#27 = FindViewByIdReturnsNull
26+
#28 = InvalidColor
27+
#29 = InvalidViewFocus
28+
#31 = InvalidIDFindView
29+
#32 = InvalidFilePath
30+
#33 = NullInputStream
31+
#35 = OOMLargeImage
32+
#36 = LengthyGUIListener
33+
#37 = NullOutputStream
34+
#38 = LengthyGUICreation

0 commit comments

Comments
 (0)