diff --git a/livesupport/modules/storageServer/var/tests/plistEmbedded.xml b/livesupport/modules/storageServer/var/tests/plistEmbedded.xml new file mode 100644 index 000000000..6dc6c830d --- /dev/null +++ b/livesupport/modules/storageServer/var/tests/plistEmbedded.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + embedded playlist + 01:30:00.000000 + + + diff --git a/livesupport/modules/storageServer/var/tests/sampleData.php b/livesupport/modules/storageServer/var/tests/sampleData.php index 75653fe09..2c8cdcc2b 100644 --- a/livesupport/modules/storageServer/var/tests/sampleData.php +++ b/livesupport/modules/storageServer/var/tests/sampleData.php @@ -45,6 +45,11 @@ 'xml' => '../tests/plist2.xml', 'gunid' => '0000000000000002' ), + array( + 'type' => 'playlist', + 'xml' => '../tests/plistEmbedded.xml', + 'gunid' => '0000000000000003' + ), array( 'type' => 'webstream', 'xml' => '../tests/wstream1.xml',