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
e4eb55a2
authored
Feb 07, 2020
by
kimvde
Committed by
kim-vde
Feb 11, 2020
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Move asssets from smoothstreaming to testdata module
PiperOrigin-RevId: 293774012
parent
0915998a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
2 deletions
library/smoothstreaming/build.gradle
library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParserTest.java
library/smoothstreaming/src/test/assets/sample_ismc_1 → testdata/src/test/assets/smooth-streaming/sample_ismc_1
library/smoothstreaming/src/test/assets/sample_ismc_2 → testdata/src/test/assets/smooth-streaming/sample_ismc_2
library/smoothstreaming/build.gradle
View file @
e4eb55a2
...
...
@@ -33,6 +33,8 @@ android {
}
}
sourceSets
.
test
.
assets
.
srcDir
'../../testdata/src/test/assets/'
testOptions
.
unitTests
.
includeAndroidResources
=
true
}
...
...
library/smoothstreaming/src/test/java/com/google/android/exoplayer2/source/smoothstreaming/manifest/SsManifestParserTest.java
View file @
e4eb55a2
...
...
@@ -27,8 +27,8 @@ import org.junit.runner.RunWith;
@RunWith
(
AndroidJUnit4
.
class
)
public
final
class
SsManifestParserTest
{
private
static
final
String
SAMPLE_ISMC_1
=
"sample_ismc_1"
;
private
static
final
String
SAMPLE_ISMC_2
=
"sample_ismc_2"
;
private
static
final
String
SAMPLE_ISMC_1
=
"s
mooth-streaming/s
ample_ismc_1"
;
private
static
final
String
SAMPLE_ISMC_2
=
"s
mooth-streaming/s
ample_ismc_2"
;
/** Simple test to ensure the sample manifests parse without any exceptions being thrown. */
@Test
...
...
library/smoothstreaming/src/test/assets
/sample_ismc_1
→
testdata/src/test/assets/smooth-streaming
/sample_ismc_1
View file @
e4eb55a2
File moved
library/smoothstreaming/src/test/assets
/sample_ismc_2
→
testdata/src/test/assets/smooth-streaming
/sample_ismc_2
View file @
e4eb55a2
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