added more unit tests

made switcher really honor open-ended playing
This commit is contained in:
maroy 2005-06-19 13:11:08 +00:00
parent 4c839c6a80
commit 3d85980181
13 changed files with 242 additions and 37 deletions

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" ?>
<smil xmlns="http://www.w3.org/2001/SMIL20/Language" >
<body>
<par>
<audio src = "file:var/1minutecounter.mp3"
clipBegin = "10s"
clipEnd = "15s"
/>
<audio src = "file:var/1minutecounter.mp3"
begin = "3s"
clipBegin = "10s"
clipEnd = "15s"
/>
</par>
</body>
</smil>

View file

@ -4,8 +4,7 @@
<par>
<audio src = "file:var/1minutecounter.mp3"
begin = "3s"
clipBegin = "10s"
clipEnd = "15s" />
/>
</par>
</body>
</smil>