Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ece0cfc9
authored
Sep 30, 2021
by
bachinger
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Move some tests to facilitate package renaming
PiperOrigin-RevId: 399923140
parent
e335022e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
library/common/src/test/java/com/google/android/exoplayer2/device/DeviceInfoTest.java → library/common/src/test/java/com/google/android/exoplayer2/DeviceInfoTest.java
library/common/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java → library/core/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java
library/common/src/test/java/com/google/android/exoplayer2/
device/
DeviceInfoTest.java
→
library/common/src/test/java/com/google/android/exoplayer2/DeviceInfoTest.java
View file @
ece0cfc9
...
...
@@ -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
;
...
...
library/co
mmon
/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java
→
library/co
re
/src/test/java/com/google/android/exoplayer2/ExoPlaybackExceptionTest.java
View file @
ece0cfc9
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment