webstream type file added to sampleData and resetStorage.
This commit is contained in:
parent
02f7969fe3
commit
2fdac68efa
2 changed files with 10 additions and 0 deletions
|
@ -33,6 +33,11 @@
|
|||
'type' => 'playlist',
|
||||
'xml' => '../tests/plist1.xml',
|
||||
'gunid' => '0000000000000001'
|
||||
),
|
||||
array(
|
||||
'type' => 'webstream',
|
||||
'xml' => '../tests/wstream1.xml',
|
||||
'gunid' => 'f000000000000001'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
5
livesupport/modules/storageServer/var/tests/wstream1.xml
Normal file
5
livesupport/modules/storageServer/var/tests/wstream1.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue