From ece0cfc9f293adac1344f0ca6ab4bd586a16afca Mon Sep 17 00:00:00 2001 From: bachinger Date: Thu, 30 Sep 2021 15:03:13 +0100 Subject: [PATCH] Move some tests to facilitate package renaming PiperOrigin-RevId: 399923140 --- .../google/android/exoplayer2/{device => }/DeviceInfoTest.java | 3 +-- .../google/android/exoplayer2/ExoPlaybackExceptionTest.java | 0 2 files changed, 1 insertion(+), 2 deletions(-) rename library/common/src/test/java/com/google/android/exoplayer2/{device => }/DeviceInfoTest.java (92%) rename library/{common => core}/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java (100%) diff --git a/library/common/src/test/java/com/google/android/exoplayer2/device/DeviceInfoTest.java b/library/common/src/test/java/com/google/android/exoplayer2/DeviceInfoTest.java similarity index 92% rename from library/common/src/test/java/com/google/android/exoplayer2/device/DeviceInfoTest.java rename to library/common/src/test/java/com/google/android/exoplayer2/DeviceInfoTest.java index 03ff4f833f..156887aaeb 100644 --- a/library/common/src/test/java/com/google/android/exoplayer2/device/DeviceInfoTest.java +++ b/library/common/src/test/java/com/google/android/exoplayer2/DeviceInfoTest.java @@ -13,12 +13,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package com.google.android.exoplayer2.device; +package com.google.android.exoplayer2; import static com.google.common.truth.Truth.assertThat; import androidx.test.ext.junit.runners.AndroidJUnit4; -import com.google.android.exoplayer2.DeviceInfo; import org.junit.Test; import org.junit.runner.RunWith; diff --git a/library/common/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java b/library/core/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java similarity index 100% rename from library/common/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java rename to library/core/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java