Move asssets from smoothstreaming to testdata module

PiperOrigin-RevId: 293774012
This commit is contained in:
kimvde 2020-02-07 10:14:48 +00:00 committed by kim-vde
parent 0915998add
commit e4eb55a291
4 changed files with 4 additions and 2 deletions

View file

@ -33,6 +33,8 @@ android {
}
}
sourceSets.test.assets.srcDir '../../testdata/src/test/assets/'
testOptions.unitTests.includeAndroidResources = true
}

View file

@ -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 = "smooth-streaming/sample_ismc_1";
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. */
@Test