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

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

Merge "Annotate WebViewUpdateServiceTest so that it will be run continuously."

parents 84d156bc 148cb3eb
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ import android.content.pm.Signature;
import android.os.Bundle;
import android.util.Base64;
import android.test.AndroidTestCase;
import android.test.suitebuilder.annotation.MediumTest;

import android.webkit.WebViewFactory;
import android.webkit.WebViewProviderInfo;
@@ -39,7 +40,12 @@ import org.mockito.ArgumentMatcher;

/**
 * Tests for WebViewUpdateService
 runtest --path frameworks/base/services/tests/servicestests/ \
     -c com.android.server.webkit.WebViewUpdateServiceTest
 */
// Use MediumTest instead of SmallTest as the implementation of WebViewUpdateService
// is intended to work on several threads and uses at least one sleep/wait-statement.
@MediumTest
public class WebViewUpdateServiceTest extends AndroidTestCase {
    private final static String TAG = WebViewUpdateServiceTest.class.getSimpleName();