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

Commit a365421c authored by Alexander Dorokhine's avatar Alexander Dorokhine
Browse files

Add TEST_MAPPING files for AppSearch.

This replaces the previous @Presubmit solution.
This reverts commit 3638f66a.

Bug: 143900788
Test: presubmit
Change-Id: I9dbb60166b958d492c309fa5ab402368bdbf7159
parent 58ea0c96
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/base/apex/appsearch/service/java/com/android/server/appsearch"
    }
  ]
}
+15 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsAppSearchTestCases"
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.appsearch"
        }
      ]
    }
  ]
}
+0 −3
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ package com.android.server.appsearch.impl;

import static com.google.common.truth.Truth.assertThat;

import android.platform.test.annotations.Presubmit;

import androidx.test.runner.AndroidJUnit4;

import com.google.android.icing.proto.DocumentProto;
@@ -31,7 +29,6 @@ import java.util.ArrayList;
import java.util.List;

@RunWith(AndroidJUnit4.class)
@Presubmit
public class FakeIcingTest {
    @Test
    public void query() {