Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4603f2ac authored by easoncylee's avatar easoncylee Committed by Automerger Merge Worker
Browse files

Fix mis-configuration of TEST_MAPPING file. am: 3e213cff am: 77911d25 am: a8714179

Change-Id: Ic85ff8f72b4180d9202250e51c25e48aa61e7923
parents 7eff9858 a8714179
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -20,7 +20,12 @@
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "name": "UidAtomTests:testAppOps"
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests"
                }
            ]
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
+6 −1
Original line number Diff line number Diff line
@@ -45,7 +45,12 @@
            ]
        },
        {
            "name": "UidAtomTests:testAppOps"
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests"
                }
            ]
        }
    ]
}