webstream type file added to sampleData and resetStorage.

This commit is contained in:
tomas 2005-02-18 13:33:49 +00:00
parent 02f7969fe3
commit 2fdac68efa
2 changed files with 10 additions and 0 deletions

View File

@ -33,6 +33,11 @@
'type' => 'playlist',
'xml' => '../tests/plist1.xml',
'gunid' => '0000000000000001'
),
array(
'type' => 'webstream',
'xml' => '../tests/wstream1.xml',
'gunid' => 'f000000000000001'
)
);
?>

View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<audioclip>
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:ls="http://mdlf.org/livesupport/elements/1.0/" xmlns:xml="http://www.w3.org/XML/1998/namespace" />
<ls:url>http://localhost/y</ls:url>
</audioclip>