modified storage test data to make the testStorageClient and the webS.C.
more similar
This commit is contained in:
parent
d9f37bf0b5
commit
e273b4eb80
11 changed files with 111 additions and 54 deletions
|
@ -1,13 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<playlist id="1" playlength="00:00:23.000"
|
||||
<playlist id="1" playlength="01:30:00.000000"
|
||||
title="My First Playlist">
|
||||
<playlistElement id="101" relativeOffset="0" >
|
||||
<audioClip id="10001" playlength="00:00:11.000"
|
||||
title="one" />
|
||||
<audioClip id="10001" playlength="01:00:00.000000" title="one"/>
|
||||
</playlistElement>
|
||||
<playlistElement id="102" relativeOffset="00:00:11.000000" >
|
||||
<audioClip id="10002" playlength="00:00:12.000000"
|
||||
title="two" />
|
||||
<playlistElement id="102" relativeOffset="01:00:00.000000" >
|
||||
<audioClip id="10002" playlength="00:30:00.000000" title="two"/>
|
||||
</playlistElement>
|
||||
<metadata
|
||||
xmlns="http://www.streamonthefly.org/"
|
||||
|
@ -18,6 +16,6 @@
|
|||
>
|
||||
<dc:title>My First Playlist</dc:title>
|
||||
<dc:creator>Me, myself and I</dc:creator>
|
||||
<dcterms:extent>00:00:23.000000</dcterms:extent>
|
||||
<dcterms:extent>01:30:00.000000</dcterms:extent>
|
||||
</metadata>
|
||||
</playlist>
|
||||
|
|
|
@ -1,5 +1,17 @@
|
|||
<?
|
||||
$sampleData = array(
|
||||
array(
|
||||
'type' => 'audioclip',
|
||||
'media' => '../tests/test10001.mp3',
|
||||
'xml' => '../tests/mdata10001.xml',
|
||||
'gunid' => '0000000000010001'
|
||||
),
|
||||
array(
|
||||
'type' => 'audioclip',
|
||||
'media' => '../tests/test10002.mp3',
|
||||
'xml' => '../tests/mdata10002.xml',
|
||||
'gunid' => '0000000000010002'
|
||||
),
|
||||
array(
|
||||
'type' => 'audioclip',
|
||||
'media' => '../tests/ex1.mp3',
|
||||
|
@ -20,7 +32,7 @@
|
|||
array(
|
||||
'type' => 'playlist',
|
||||
'xml' => '../tests/plist1.xml',
|
||||
'gunid' => '123456789abcdef3'
|
||||
'gunid' => '0000000000000001'
|
||||
)
|
||||
);
|
||||
?>
|
||||
|
|
BIN
livesupport/modules/storageServer/var/tests/test10001.mp3
Normal file
BIN
livesupport/modules/storageServer/var/tests/test10001.mp3
Normal file
Binary file not shown.
BIN
livesupport/modules/storageServer/var/tests/test10002.mp3
Normal file
BIN
livesupport/modules/storageServer/var/tests/test10002.mp3
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue