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

Add missing @RunWith to DownloadFileProviderTest

Bug: 999007
Change-Id: Iaef942233a4c34cd6740b1362ab7b798cfa95860
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1777087
Commit-Queue: Andrew Grieve <agrieve@chromium.org>
Commit-Queue: Xing Liu <xingliu@chromium.org>
Auto-Submit: Andrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Cr-Commit-Position: refs/heads/master@{#691901}
parent ae883853
......@@ -13,11 +13,13 @@ import org.junit.Assert;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.chromium.base.ContextUtils;
import org.chromium.base.test.util.Feature;
import org.chromium.chrome.test.ChromeJUnit4ClassRunner;
import org.chromium.chrome.test.ChromeTabbedActivityTestRule;
import java.io.File;
......@@ -25,6 +27,7 @@ import java.io.File;
/**
* Test content URI can be generated correctly by {@link DownloadFileProvider}.
*/
@RunWith(ChromeJUnit4ClassRunner.class)
public class DownloadFileProviderTest {
private static final String PRIMARY_STORAGE_DOWNLOAD_DIRECTORY_PATH =
"/storage/emulated/1234/Download";
......
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