mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Move asssets from smoothstreaming to testdata module
PiperOrigin-RevId: 293774012
This commit is contained in:
parent
0915998add
commit
e4eb55a291
4 changed files with 4 additions and 2 deletions
|
|
@ -33,6 +33,8 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sourceSets.test.assets.srcDir '../../testdata/src/test/assets/'
|
||||||
|
|
||||||
testOptions.unitTests.includeAndroidResources = true
|
testOptions.unitTests.includeAndroidResources = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,8 @@ import org.junit.runner.RunWith;
|
||||||
@RunWith(AndroidJUnit4.class)
|
@RunWith(AndroidJUnit4.class)
|
||||||
public final class SsManifestParserTest {
|
public final class SsManifestParserTest {
|
||||||
|
|
||||||
private static final String SAMPLE_ISMC_1 = "sample_ismc_1";
|
private static final String SAMPLE_ISMC_1 = "smooth-streaming/sample_ismc_1";
|
||||||
private static final String SAMPLE_ISMC_2 = "sample_ismc_2";
|
private static final String SAMPLE_ISMC_2 = "smooth-streaming/sample_ismc_2";
|
||||||
|
|
||||||
/** Simple test to ensure the sample manifests parse without any exceptions being thrown. */
|
/** Simple test to ensure the sample manifests parse without any exceptions being thrown. */
|
||||||
@Test
|
@Test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue