From 8dbcf2182ca888bea7ab5bd7cab0cf93aad03853 Mon Sep 17 00:00:00 2001 From: maroy Date: Sat, 3 Sep 2005 11:40:31 +0000 Subject: [PATCH] added sample data to tests --- .../storageServer/var/tests/plistEmbedded.xml | 35 +++++++++++++++++++ .../storageServer/var/tests/sampleData.php | 5 +++ 2 files changed, 40 insertions(+) create mode 100644 livesupport/modules/storageServer/var/tests/plistEmbedded.xml 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',