diff options
author | Tobias Thierer <tobiast@google.com> | 2019-10-02 21:23:32 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2019-10-02 21:23:32 +0000 |
commit | 50ff1d39a504ff766317cb154980e07113dd4a01 (patch) | |
tree | 78a9e69e23fd12060b6a0f074adb30ab33357987 | |
parent | e58c3d8e7febf41cc5119b938a6cd9257d251424 (diff) | |
parent | 924b204010e26af337257d7212d20c9a7d914ce1 (diff) |
Merge "CtsMimeMapTestCases: Run in presubmit for relevant packages."
-rw-r--r-- | luni/src/main/java/libcore/net/TEST_MAPPING | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/luni/src/main/java/libcore/net/TEST_MAPPING b/luni/src/main/java/libcore/net/TEST_MAPPING index 1bbd3cd1f2..6190b4fcbd 100644 --- a/luni/src/main/java/libcore/net/TEST_MAPPING +++ b/luni/src/main/java/libcore/net/TEST_MAPPING @@ -10,6 +10,9 @@ "include-filter": "org.apache.harmony.tests.java.net" } ] + }, + { + "name": "CtsMimeMapTestCases" } ] -}
\ No newline at end of file +} |