aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/dependency-on-stubs
diff options
context:
space:
mode:
authorromkal <romkal@google.com>2018-12-21 14:58:04 -0800
committerCopybara Robolectric Bot <copybara-robolectric@google.com>2018-12-21 14:58:35 -0800
commit033ccac26a24cf1449a8d2a584194f83ea0a72ae (patch)
tree26921301456b886b0736480366514d1e853356f2 /integration_tests/dependency-on-stubs
parent448ebf56deec8ed51169bca1fb2d5b58d543bd08 (diff)
downloadrobolectric-033ccac26a24cf1449a8d2a584194f83ea0a72ae.tar.gz
Update tests to use correct manifests, so respective components will be available.
For now Robolectric just autocreates components, so it is not needed, but in general components used should be declared in the manifest. PiperOrigin-RevId: 226546740
Diffstat (limited to 'integration_tests/dependency-on-stubs')
-rw-r--r--integration_tests/dependency-on-stubs/src/test/java/org/robolectric/LoadWeirdClassesTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/integration_tests/dependency-on-stubs/src/test/java/org/robolectric/LoadWeirdClassesTest.java b/integration_tests/dependency-on-stubs/src/test/java/org/robolectric/LoadWeirdClassesTest.java
index 22967ca05..fab920639 100644
--- a/integration_tests/dependency-on-stubs/src/test/java/org/robolectric/LoadWeirdClassesTest.java
+++ b/integration_tests/dependency-on-stubs/src/test/java/org/robolectric/LoadWeirdClassesTest.java
@@ -11,6 +11,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.annotation.Config;
import org.robolectric.shadows.ShadowDisplay;
+import org.robolectric.shadows.ShadowPackageManager;
import org.robolectric.util.ReflectionHelpers;
@RunWith(RobolectricTestRunner.class)