diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-26 11:17:16 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-26 11:17:16 +0000 |
| commit | 379432d6ed7a460601a70607a542ebb50bbf902f (patch) | |
| tree | 70b6612149830004d82fd9fc9fb079b2f66da546 | |
| parent | d645196b8d6fec1da6c69b28fa9ac2c445a58bd1 (diff) | |
Add a new test.
| -rwxr-xr-x | run/tests | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -54,7 +54,7 @@ if [ "$?" != "0" ]; then echo "FAIL: files differ" exit 1 fi - + # Everything beyond this point needs $private to exist if [ ! -e "$private/info.log" ]; then echo "" @@ -83,7 +83,7 @@ if [ "$?" != "0" ]; then exit 1 fi -# Copy $private into build/ then re-write the subtitles of every DCP using +# Copy $private into build/ then re-write the subtitles of every DCP using # $work/rewrite_subs. This tests round-trip of subtitle reading/writing. # Note that all the subs in $private/metadata are Interop. rm -f $work/info2.log @@ -111,4 +111,12 @@ fi # and check that they are right $dcpinfo -s $private/data/JourneyToJah_TLR-1_F_EN-DE-FR_CH_51_2K_LOK_20140225_DGL_SMPTE_OV >> $work/jah.log +# Parse some problematic subs and check that we get it right +run/test/subs_in_out $private/TunaBoat_Icelandic_Reel1_V1_8sec.xml > $work/tuna.xml +diff -q $private/TunaBoat_Icelandic_Reel1_V1_8sec.parsed.xml $work/tuna.xml +if [ "$?" != "0" ]; then + echo "FAIL: output of parse check 1 invalid" + exit 1 +fi + echo "PASS" |
