Commit fda83664 authored by Andrew Grieve's avatar Andrew Grieve Committed by Commit Bot

Use the correct @RunWith for BarcodeDetectionImplTest

Bug: 999007
Change-Id: I762a61350619d0f0796769b94a69013efe1c8419
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777111
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Reilly Grant <reillyg@chromium.org>
Reviewed-by: default avatarReilly Grant <reillyg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#692110}
parent 98bd2616
...@@ -10,7 +10,7 @@ import org.junit.Assert; ...@@ -10,7 +10,7 @@ import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.chromium.base.test.params.BlockJUnit4RunnerDelegate; import org.chromium.base.test.params.BaseJUnit4RunnerDelegate;
import org.chromium.base.test.params.ParameterAnnotations.UseMethodParameter; import org.chromium.base.test.params.ParameterAnnotations.UseMethodParameter;
import org.chromium.base.test.params.ParameterAnnotations.UseRunnerDelegate; import org.chromium.base.test.params.ParameterAnnotations.UseRunnerDelegate;
import org.chromium.base.test.params.ParameterProvider; import org.chromium.base.test.params.ParameterProvider;
...@@ -32,7 +32,7 @@ import java.util.concurrent.TimeUnit; ...@@ -32,7 +32,7 @@ import java.util.concurrent.TimeUnit;
* Test suite for BarcodeDetectionImpl. * Test suite for BarcodeDetectionImpl.
*/ */
@RunWith(ParameterizedRunner.class) @RunWith(ParameterizedRunner.class)
@UseRunnerDelegate(BlockJUnit4RunnerDelegate.class) @UseRunnerDelegate(BaseJUnit4RunnerDelegate.class)
public class BarcodeDetectionImplTest { public class BarcodeDetectionImplTest {
private static final org.chromium.skia.mojom.Bitmap QR_CODE_BITMAP = private static final org.chromium.skia.mojom.Bitmap QR_CODE_BITMAP =
TestUtils.mojoBitmapFromFile("qr_code.png"); TestUtils.mojoBitmapFromFile("qr_code.png");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment