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

Commit 0347e231 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add TEST_MAPPING files for AppSearch."

parents 3c71e504 a365421c
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() {