diff --git a/library/core/build.gradle b/library/core/build.gradle index 0c28a39811..33f926b5ea 100644 --- a/library/core/build.gradle +++ b/library/core/build.gradle @@ -41,6 +41,11 @@ android { } } + sourceSets { + androidTest.assets.srcDir '../../testdata/src/test/assets/' + test.assets.srcDir '../../testdata/src/test/assets/' + } + testOptions.unitTests.includeAndroidResources = true } diff --git a/library/core/src/androidTest/java/com/google/android/exoplayer2/upstream/ContentDataSourceTest.java b/library/core/src/androidTest/java/com/google/android/exoplayer2/upstream/ContentDataSourceTest.java index 2021cb21c2..492eac9d11 100644 --- a/library/core/src/androidTest/java/com/google/android/exoplayer2/upstream/ContentDataSourceTest.java +++ b/library/core/src/androidTest/java/com/google/android/exoplayer2/upstream/ContentDataSourceTest.java @@ -43,7 +43,7 @@ import org.junit.runner.RunWith; public final class ContentDataSourceTest { private static final String AUTHORITY = "com.google.android.exoplayer2.core.test"; - private static final String DATA_PATH = "binary/1024_incrementing_bytes.mp3"; + private static final String DATA_PATH = "mp3/1024_incrementing_bytes.mp3"; @Test public void testRead() throws Exception { diff --git a/library/core/src/test/assets/binary/1024_incrementing_bytes.mp3 b/library/core/src/test/assets/binary/1024_incrementing_bytes.mp3 deleted file mode 100644 index c8b49c8cd5..0000000000 Binary files a/library/core/src/test/assets/binary/1024_incrementing_bytes.mp3 and /dev/null differ diff --git a/library/core/src/test/assets/mp4/testvid_1022ms.mp4 b/library/core/src/test/assets/mp4/testvid_1022ms.mp4 deleted file mode 100644 index bbd2729c4d..0000000000 Binary files a/library/core/src/test/assets/mp4/testvid_1022ms.mp4 and /dev/null differ diff --git a/library/core/src/test/java/com/google/android/exoplayer2/upstream/AssetDataSourceTest.java b/library/core/src/test/java/com/google/android/exoplayer2/upstream/AssetDataSourceTest.java index 7e25eacfe2..0e216a1021 100644 --- a/library/core/src/test/java/com/google/android/exoplayer2/upstream/AssetDataSourceTest.java +++ b/library/core/src/test/java/com/google/android/exoplayer2/upstream/AssetDataSourceTest.java @@ -26,7 +26,7 @@ import org.junit.runner.RunWith; @RunWith(AndroidJUnit4.class) public final class AssetDataSourceTest { - private static final String DATA_PATH = "binary/1024_incrementing_bytes.mp3"; + private static final String DATA_PATH = "mp3/1024_incrementing_bytes.mp3"; @Test public void testReadFileUri() throws Exception { diff --git a/library/core/src/androidTest/assets/bitmap/image_256_256.png b/testdata/src/test/assets/bitmap/image_256_256.png similarity index 100% rename from library/core/src/androidTest/assets/bitmap/image_256_256.png rename to testdata/src/test/assets/bitmap/image_256_256.png diff --git a/library/core/src/androidTest/assets/bitmap/image_80_60.bmp b/testdata/src/test/assets/bitmap/image_80_60.bmp similarity index 100% rename from library/core/src/androidTest/assets/bitmap/image_80_60.bmp rename to testdata/src/test/assets/bitmap/image_80_60.bmp diff --git a/library/core/src/test/assets/download-actions/dash-download-v0 b/testdata/src/test/assets/download-actions/dash-download-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/dash-download-v0 rename to testdata/src/test/assets/download-actions/dash-download-v0 diff --git a/library/core/src/test/assets/download-actions/dash-remove-v0 b/testdata/src/test/assets/download-actions/dash-remove-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/dash-remove-v0 rename to testdata/src/test/assets/download-actions/dash-remove-v0 diff --git a/library/core/src/test/assets/download-actions/hls-download-v0 b/testdata/src/test/assets/download-actions/hls-download-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/hls-download-v0 rename to testdata/src/test/assets/download-actions/hls-download-v0 diff --git a/library/core/src/test/assets/download-actions/hls-download-v1 b/testdata/src/test/assets/download-actions/hls-download-v1 similarity index 100% rename from library/core/src/test/assets/download-actions/hls-download-v1 rename to testdata/src/test/assets/download-actions/hls-download-v1 diff --git a/library/core/src/test/assets/download-actions/hls-remove-v0 b/testdata/src/test/assets/download-actions/hls-remove-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/hls-remove-v0 rename to testdata/src/test/assets/download-actions/hls-remove-v0 diff --git a/library/core/src/test/assets/download-actions/hls-remove-v1 b/testdata/src/test/assets/download-actions/hls-remove-v1 similarity index 100% rename from library/core/src/test/assets/download-actions/hls-remove-v1 rename to testdata/src/test/assets/download-actions/hls-remove-v1 diff --git a/library/core/src/test/assets/download-actions/progressive-download-v0 b/testdata/src/test/assets/download-actions/progressive-download-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/progressive-download-v0 rename to testdata/src/test/assets/download-actions/progressive-download-v0 diff --git a/library/core/src/test/assets/download-actions/progressive-remove-v0 b/testdata/src/test/assets/download-actions/progressive-remove-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/progressive-remove-v0 rename to testdata/src/test/assets/download-actions/progressive-remove-v0 diff --git a/library/core/src/test/assets/download-actions/ss-download-v0 b/testdata/src/test/assets/download-actions/ss-download-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/ss-download-v0 rename to testdata/src/test/assets/download-actions/ss-download-v0 diff --git a/library/core/src/test/assets/download-actions/ss-download-v1 b/testdata/src/test/assets/download-actions/ss-download-v1 similarity index 100% rename from library/core/src/test/assets/download-actions/ss-download-v1 rename to testdata/src/test/assets/download-actions/ss-download-v1 diff --git a/library/core/src/test/assets/download-actions/ss-remove-v0 b/testdata/src/test/assets/download-actions/ss-remove-v0 similarity index 100% rename from library/core/src/test/assets/download-actions/ss-remove-v0 rename to testdata/src/test/assets/download-actions/ss-remove-v0 diff --git a/library/core/src/test/assets/download-actions/ss-remove-v1 b/testdata/src/test/assets/download-actions/ss-remove-v1 similarity index 100% rename from library/core/src/test/assets/download-actions/ss-remove-v1 rename to testdata/src/test/assets/download-actions/ss-remove-v1 diff --git a/library/core/src/androidTest/assets/binary/1024_incrementing_bytes.mp3 b/testdata/src/test/assets/mp3/1024_incrementing_bytes.mp3 similarity index 100% rename from library/core/src/androidTest/assets/binary/1024_incrementing_bytes.mp3 rename to testdata/src/test/assets/mp3/1024_incrementing_bytes.mp3 diff --git a/library/core/src/androidTest/assets/mp4/testvid_1022ms.mp4 b/testdata/src/test/assets/mp4/testvid_1022ms.mp4 similarity index 100% rename from library/core/src/androidTest/assets/mp4/testvid_1022ms.mp4 rename to testdata/src/test/assets/mp4/testvid_1022ms.mp4 diff --git a/library/core/src/androidTest/assets/mp4/video000.png b/testdata/src/test/assets/mp4/testvid_1022ms_000.png similarity index 100% rename from library/core/src/androidTest/assets/mp4/video000.png rename to testdata/src/test/assets/mp4/testvid_1022ms_000.png diff --git a/library/core/src/androidTest/assets/mp4/video014.png b/testdata/src/test/assets/mp4/testvid_1022ms_014.png similarity index 100% rename from library/core/src/androidTest/assets/mp4/video014.png rename to testdata/src/test/assets/mp4/testvid_1022ms_014.png diff --git a/library/core/src/androidTest/assets/mp4/video015.png b/testdata/src/test/assets/mp4/testvid_1022ms_015.png similarity index 100% rename from library/core/src/androidTest/assets/mp4/video015.png rename to testdata/src/test/assets/mp4/testvid_1022ms_015.png diff --git a/library/core/src/androidTest/assets/mp4/video016.png b/testdata/src/test/assets/mp4/testvid_1022ms_016.png similarity index 100% rename from library/core/src/androidTest/assets/mp4/video016.png rename to testdata/src/test/assets/mp4/testvid_1022ms_016.png diff --git a/library/core/src/androidTest/assets/mp4/video029.png b/testdata/src/test/assets/mp4/testvid_1022ms_029.png similarity index 100% rename from library/core/src/androidTest/assets/mp4/video029.png rename to testdata/src/test/assets/mp4/testvid_1022ms_029.png diff --git a/library/core/src/test/assets/offline/action_file_for_download_index_upgrade.exi b/testdata/src/test/assets/offline/action_file_for_download_index_upgrade.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_for_download_index_upgrade.exi rename to testdata/src/test/assets/offline/action_file_for_download_index_upgrade.exi diff --git a/library/core/src/test/assets/offline/action_file_incomplete_header.exi b/testdata/src/test/assets/offline/action_file_incomplete_header.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_incomplete_header.exi rename to testdata/src/test/assets/offline/action_file_incomplete_header.exi diff --git a/library/core/src/test/assets/offline/action_file_no_data.exi b/testdata/src/test/assets/offline/action_file_no_data.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_no_data.exi rename to testdata/src/test/assets/offline/action_file_no_data.exi diff --git a/library/core/src/test/assets/offline/action_file_one_action.exi b/testdata/src/test/assets/offline/action_file_one_action.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_one_action.exi rename to testdata/src/test/assets/offline/action_file_one_action.exi diff --git a/library/core/src/test/assets/offline/action_file_two_actions.exi b/testdata/src/test/assets/offline/action_file_two_actions.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_two_actions.exi rename to testdata/src/test/assets/offline/action_file_two_actions.exi diff --git a/library/core/src/test/assets/offline/action_file_unsupported_version.exi b/testdata/src/test/assets/offline/action_file_unsupported_version.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_unsupported_version.exi rename to testdata/src/test/assets/offline/action_file_unsupported_version.exi diff --git a/library/core/src/test/assets/offline/action_file_zero_actions.exi b/testdata/src/test/assets/offline/action_file_zero_actions.exi similarity index 100% rename from library/core/src/test/assets/offline/action_file_zero_actions.exi rename to testdata/src/test/assets/offline/action_file_zero_actions.exi diff --git a/library/core/src/test/assets/ssa/empty b/testdata/src/test/assets/ssa/empty similarity index 100% rename from library/core/src/test/assets/ssa/empty rename to testdata/src/test/assets/ssa/empty diff --git a/library/core/src/test/assets/ssa/invalid_positioning b/testdata/src/test/assets/ssa/invalid_positioning similarity index 100% rename from library/core/src/test/assets/ssa/invalid_positioning rename to testdata/src/test/assets/ssa/invalid_positioning diff --git a/library/core/src/test/assets/ssa/invalid_timecodes b/testdata/src/test/assets/ssa/invalid_timecodes similarity index 100% rename from library/core/src/test/assets/ssa/invalid_timecodes rename to testdata/src/test/assets/ssa/invalid_timecodes diff --git a/library/core/src/test/assets/ssa/overlapping_timecodes b/testdata/src/test/assets/ssa/overlapping_timecodes similarity index 100% rename from library/core/src/test/assets/ssa/overlapping_timecodes rename to testdata/src/test/assets/ssa/overlapping_timecodes diff --git a/library/core/src/test/assets/ssa/positioning b/testdata/src/test/assets/ssa/positioning similarity index 100% rename from library/core/src/test/assets/ssa/positioning rename to testdata/src/test/assets/ssa/positioning diff --git a/library/core/src/test/assets/ssa/positioning_without_playres b/testdata/src/test/assets/ssa/positioning_without_playres similarity index 100% rename from library/core/src/test/assets/ssa/positioning_without_playres rename to testdata/src/test/assets/ssa/positioning_without_playres diff --git a/library/core/src/test/assets/ssa/typical b/testdata/src/test/assets/ssa/typical similarity index 100% rename from library/core/src/test/assets/ssa/typical rename to testdata/src/test/assets/ssa/typical diff --git a/library/core/src/test/assets/ssa/typical_dialogue b/testdata/src/test/assets/ssa/typical_dialogue similarity index 100% rename from library/core/src/test/assets/ssa/typical_dialogue rename to testdata/src/test/assets/ssa/typical_dialogue diff --git a/library/core/src/test/assets/ssa/typical_format b/testdata/src/test/assets/ssa/typical_format similarity index 100% rename from library/core/src/test/assets/ssa/typical_format rename to testdata/src/test/assets/ssa/typical_format diff --git a/library/core/src/test/assets/ssa/typical_header b/testdata/src/test/assets/ssa/typical_header similarity index 100% rename from library/core/src/test/assets/ssa/typical_header rename to testdata/src/test/assets/ssa/typical_header diff --git a/library/core/src/test/assets/subrip/empty b/testdata/src/test/assets/subrip/empty similarity index 100% rename from library/core/src/test/assets/subrip/empty rename to testdata/src/test/assets/subrip/empty diff --git a/library/core/src/test/assets/subrip/typical b/testdata/src/test/assets/subrip/typical similarity index 100% rename from library/core/src/test/assets/subrip/typical rename to testdata/src/test/assets/subrip/typical diff --git a/library/core/src/test/assets/subrip/typical_extra_blank_line b/testdata/src/test/assets/subrip/typical_extra_blank_line similarity index 100% rename from library/core/src/test/assets/subrip/typical_extra_blank_line rename to testdata/src/test/assets/subrip/typical_extra_blank_line diff --git a/library/core/src/test/assets/subrip/typical_missing_sequence b/testdata/src/test/assets/subrip/typical_missing_sequence similarity index 100% rename from library/core/src/test/assets/subrip/typical_missing_sequence rename to testdata/src/test/assets/subrip/typical_missing_sequence diff --git a/library/core/src/test/assets/subrip/typical_missing_timecode b/testdata/src/test/assets/subrip/typical_missing_timecode similarity index 100% rename from library/core/src/test/assets/subrip/typical_missing_timecode rename to testdata/src/test/assets/subrip/typical_missing_timecode diff --git a/library/core/src/test/assets/subrip/typical_negative_timestamps b/testdata/src/test/assets/subrip/typical_negative_timestamps similarity index 100% rename from library/core/src/test/assets/subrip/typical_negative_timestamps rename to testdata/src/test/assets/subrip/typical_negative_timestamps diff --git a/library/core/src/test/assets/subrip/typical_unexpected_end b/testdata/src/test/assets/subrip/typical_unexpected_end similarity index 100% rename from library/core/src/test/assets/subrip/typical_unexpected_end rename to testdata/src/test/assets/subrip/typical_unexpected_end diff --git a/library/core/src/test/assets/subrip/typical_with_byte_order_mark b/testdata/src/test/assets/subrip/typical_with_byte_order_mark similarity index 100% rename from library/core/src/test/assets/subrip/typical_with_byte_order_mark rename to testdata/src/test/assets/subrip/typical_with_byte_order_mark diff --git a/library/core/src/test/assets/subrip/typical_with_tags b/testdata/src/test/assets/subrip/typical_with_tags similarity index 100% rename from library/core/src/test/assets/subrip/typical_with_tags rename to testdata/src/test/assets/subrip/typical_with_tags diff --git a/library/core/src/test/assets/ttml/bitmap_percentage_region.xml b/testdata/src/test/assets/ttml/bitmap_percentage_region.xml similarity index 100% rename from library/core/src/test/assets/ttml/bitmap_percentage_region.xml rename to testdata/src/test/assets/ttml/bitmap_percentage_region.xml diff --git a/library/core/src/test/assets/ttml/bitmap_pixel_region.xml b/testdata/src/test/assets/ttml/bitmap_pixel_region.xml similarity index 100% rename from library/core/src/test/assets/ttml/bitmap_pixel_region.xml rename to testdata/src/test/assets/ttml/bitmap_pixel_region.xml diff --git a/library/core/src/test/assets/ttml/bitmap_unsupported_region.xml b/testdata/src/test/assets/ttml/bitmap_unsupported_region.xml similarity index 100% rename from library/core/src/test/assets/ttml/bitmap_unsupported_region.xml rename to testdata/src/test/assets/ttml/bitmap_unsupported_region.xml diff --git a/library/core/src/test/assets/ttml/chain_multiple_styles.xml b/testdata/src/test/assets/ttml/chain_multiple_styles.xml similarity index 100% rename from library/core/src/test/assets/ttml/chain_multiple_styles.xml rename to testdata/src/test/assets/ttml/chain_multiple_styles.xml diff --git a/library/core/src/test/assets/ttml/font_size.xml b/testdata/src/test/assets/ttml/font_size.xml similarity index 100% rename from library/core/src/test/assets/ttml/font_size.xml rename to testdata/src/test/assets/ttml/font_size.xml diff --git a/library/core/src/test/assets/ttml/font_size_empty.xml b/testdata/src/test/assets/ttml/font_size_empty.xml similarity index 100% rename from library/core/src/test/assets/ttml/font_size_empty.xml rename to testdata/src/test/assets/ttml/font_size_empty.xml diff --git a/library/core/src/test/assets/ttml/font_size_invalid.xml b/testdata/src/test/assets/ttml/font_size_invalid.xml similarity index 100% rename from library/core/src/test/assets/ttml/font_size_invalid.xml rename to testdata/src/test/assets/ttml/font_size_invalid.xml diff --git a/library/core/src/test/assets/ttml/font_size_no_unit.xml b/testdata/src/test/assets/ttml/font_size_no_unit.xml similarity index 100% rename from library/core/src/test/assets/ttml/font_size_no_unit.xml rename to testdata/src/test/assets/ttml/font_size_no_unit.xml diff --git a/library/core/src/test/assets/ttml/frame_rate.xml b/testdata/src/test/assets/ttml/frame_rate.xml similarity index 100% rename from library/core/src/test/assets/ttml/frame_rate.xml rename to testdata/src/test/assets/ttml/frame_rate.xml diff --git a/library/core/src/test/assets/ttml/inherit_and_override_style.xml b/testdata/src/test/assets/ttml/inherit_and_override_style.xml similarity index 100% rename from library/core/src/test/assets/ttml/inherit_and_override_style.xml rename to testdata/src/test/assets/ttml/inherit_and_override_style.xml diff --git a/library/core/src/test/assets/ttml/inherit_global_and_parent.xml b/testdata/src/test/assets/ttml/inherit_global_and_parent.xml similarity index 100% rename from library/core/src/test/assets/ttml/inherit_global_and_parent.xml rename to testdata/src/test/assets/ttml/inherit_global_and_parent.xml diff --git a/library/core/src/test/assets/ttml/inherit_multiple_styles.xml b/testdata/src/test/assets/ttml/inherit_multiple_styles.xml similarity index 100% rename from library/core/src/test/assets/ttml/inherit_multiple_styles.xml rename to testdata/src/test/assets/ttml/inherit_multiple_styles.xml diff --git a/library/core/src/test/assets/ttml/inherit_style.xml b/testdata/src/test/assets/ttml/inherit_style.xml similarity index 100% rename from library/core/src/test/assets/ttml/inherit_style.xml rename to testdata/src/test/assets/ttml/inherit_style.xml diff --git a/library/core/src/test/assets/ttml/inline_style_attributes.xml b/testdata/src/test/assets/ttml/inline_style_attributes.xml similarity index 100% rename from library/core/src/test/assets/ttml/inline_style_attributes.xml rename to testdata/src/test/assets/ttml/inline_style_attributes.xml diff --git a/library/core/src/test/assets/ttml/multiple_regions.xml b/testdata/src/test/assets/ttml/multiple_regions.xml similarity index 100% rename from library/core/src/test/assets/ttml/multiple_regions.xml rename to testdata/src/test/assets/ttml/multiple_regions.xml diff --git a/library/core/src/test/assets/ttml/no_underline_linethrough.xml b/testdata/src/test/assets/ttml/no_underline_linethrough.xml similarity index 100% rename from library/core/src/test/assets/ttml/no_underline_linethrough.xml rename to testdata/src/test/assets/ttml/no_underline_linethrough.xml diff --git a/library/core/src/test/assets/ttml/text_combine.xml b/testdata/src/test/assets/ttml/text_combine.xml similarity index 100% rename from library/core/src/test/assets/ttml/text_combine.xml rename to testdata/src/test/assets/ttml/text_combine.xml diff --git a/library/core/src/test/assets/ttml/vertical_text.xml b/testdata/src/test/assets/ttml/vertical_text.xml similarity index 100% rename from library/core/src/test/assets/ttml/vertical_text.xml rename to testdata/src/test/assets/ttml/vertical_text.xml diff --git a/library/core/src/test/assets/tx3g/initialization b/testdata/src/test/assets/tx3g/initialization similarity index 100% rename from library/core/src/test/assets/tx3g/initialization rename to testdata/src/test/assets/tx3g/initialization diff --git a/library/core/src/test/assets/tx3g/initialization_all_defaults b/testdata/src/test/assets/tx3g/initialization_all_defaults similarity index 100% rename from library/core/src/test/assets/tx3g/initialization_all_defaults rename to testdata/src/test/assets/tx3g/initialization_all_defaults diff --git a/library/core/src/test/assets/tx3g/no_subtitle b/testdata/src/test/assets/tx3g/no_subtitle similarity index 100% rename from library/core/src/test/assets/tx3g/no_subtitle rename to testdata/src/test/assets/tx3g/no_subtitle diff --git a/library/core/src/test/assets/tx3g/sample_just_text b/testdata/src/test/assets/tx3g/sample_just_text similarity index 100% rename from library/core/src/test/assets/tx3g/sample_just_text rename to testdata/src/test/assets/tx3g/sample_just_text diff --git a/library/core/src/test/assets/tx3g/sample_utf16_be_no_styl b/testdata/src/test/assets/tx3g/sample_utf16_be_no_styl similarity index 100% rename from library/core/src/test/assets/tx3g/sample_utf16_be_no_styl rename to testdata/src/test/assets/tx3g/sample_utf16_be_no_styl diff --git a/library/core/src/test/assets/tx3g/sample_utf16_le_no_styl b/testdata/src/test/assets/tx3g/sample_utf16_le_no_styl similarity index 100% rename from library/core/src/test/assets/tx3g/sample_utf16_le_no_styl rename to testdata/src/test/assets/tx3g/sample_utf16_le_no_styl diff --git a/library/core/src/test/assets/tx3g/sample_with_multiple_styl b/testdata/src/test/assets/tx3g/sample_with_multiple_styl similarity index 100% rename from library/core/src/test/assets/tx3g/sample_with_multiple_styl rename to testdata/src/test/assets/tx3g/sample_with_multiple_styl diff --git a/library/core/src/test/assets/tx3g/sample_with_other_extension b/testdata/src/test/assets/tx3g/sample_with_other_extension similarity index 100% rename from library/core/src/test/assets/tx3g/sample_with_other_extension rename to testdata/src/test/assets/tx3g/sample_with_other_extension diff --git a/library/core/src/test/assets/tx3g/sample_with_styl b/testdata/src/test/assets/tx3g/sample_with_styl similarity index 100% rename from library/core/src/test/assets/tx3g/sample_with_styl rename to testdata/src/test/assets/tx3g/sample_with_styl diff --git a/library/core/src/test/assets/tx3g/sample_with_styl_all_defaults b/testdata/src/test/assets/tx3g/sample_with_styl_all_defaults similarity index 100% rename from library/core/src/test/assets/tx3g/sample_with_styl_all_defaults rename to testdata/src/test/assets/tx3g/sample_with_styl_all_defaults diff --git a/library/core/src/test/assets/tx3g/sample_with_tbox b/testdata/src/test/assets/tx3g/sample_with_tbox similarity index 100% rename from library/core/src/test/assets/tx3g/sample_with_tbox rename to testdata/src/test/assets/tx3g/sample_with_tbox diff --git a/library/core/src/test/assets/webvtt/empty b/testdata/src/test/assets/webvtt/empty similarity index 100% rename from library/core/src/test/assets/webvtt/empty rename to testdata/src/test/assets/webvtt/empty diff --git a/library/core/src/test/assets/webvtt/typical b/testdata/src/test/assets/webvtt/typical similarity index 100% rename from library/core/src/test/assets/webvtt/typical rename to testdata/src/test/assets/webvtt/typical diff --git a/library/core/src/test/assets/webvtt/typical_with_bad_timestamps b/testdata/src/test/assets/webvtt/typical_with_bad_timestamps similarity index 100% rename from library/core/src/test/assets/webvtt/typical_with_bad_timestamps rename to testdata/src/test/assets/webvtt/typical_with_bad_timestamps diff --git a/library/core/src/test/assets/webvtt/typical_with_comments b/testdata/src/test/assets/webvtt/typical_with_comments similarity index 100% rename from library/core/src/test/assets/webvtt/typical_with_comments rename to testdata/src/test/assets/webvtt/typical_with_comments diff --git a/library/core/src/test/assets/webvtt/typical_with_identifiers b/testdata/src/test/assets/webvtt/typical_with_identifiers similarity index 100% rename from library/core/src/test/assets/webvtt/typical_with_identifiers rename to testdata/src/test/assets/webvtt/typical_with_identifiers diff --git a/library/core/src/test/assets/webvtt/with_bad_cue_header b/testdata/src/test/assets/webvtt/with_bad_cue_header similarity index 100% rename from library/core/src/test/assets/webvtt/with_bad_cue_header rename to testdata/src/test/assets/webvtt/with_bad_cue_header diff --git a/library/core/src/test/assets/webvtt/with_bom b/testdata/src/test/assets/webvtt/with_bom similarity index 100% rename from library/core/src/test/assets/webvtt/with_bom rename to testdata/src/test/assets/webvtt/with_bom diff --git a/library/core/src/test/assets/webvtt/with_css_complex_selectors b/testdata/src/test/assets/webvtt/with_css_complex_selectors similarity index 100% rename from library/core/src/test/assets/webvtt/with_css_complex_selectors rename to testdata/src/test/assets/webvtt/with_css_complex_selectors diff --git a/library/core/src/test/assets/webvtt/with_css_styles b/testdata/src/test/assets/webvtt/with_css_styles similarity index 100% rename from library/core/src/test/assets/webvtt/with_css_styles rename to testdata/src/test/assets/webvtt/with_css_styles diff --git a/library/core/src/test/assets/webvtt/with_css_text_combine_upright b/testdata/src/test/assets/webvtt/with_css_text_combine_upright similarity index 100% rename from library/core/src/test/assets/webvtt/with_css_text_combine_upright rename to testdata/src/test/assets/webvtt/with_css_text_combine_upright diff --git a/library/core/src/test/assets/webvtt/with_positioning b/testdata/src/test/assets/webvtt/with_positioning similarity index 100% rename from library/core/src/test/assets/webvtt/with_positioning rename to testdata/src/test/assets/webvtt/with_positioning diff --git a/library/core/src/test/assets/webvtt/with_tags b/testdata/src/test/assets/webvtt/with_tags similarity index 100% rename from library/core/src/test/assets/webvtt/with_tags rename to testdata/src/test/assets/webvtt/with_tags diff --git a/library/core/src/test/assets/webvtt/with_vertical b/testdata/src/test/assets/webvtt/with_vertical similarity index 100% rename from library/core/src/test/assets/webvtt/with_vertical rename to testdata/src/test/assets/webvtt/with_vertical