Commit e4eb55a2 by kimvde Committed by kim-vde

Move asssets from smoothstreaming to testdata module

PiperOrigin-RevId: 293774012
parent 0915998a
...@@ -33,6 +33,8 @@ android { ...@@ -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; ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment