diff --git a/livesupport/modules/storageServer/var/tests/mdata1.xml b/livesupport/modules/storageServer/var/tests/mdata1.xml
index 107601583..c926daee3 100644
--- a/livesupport/modules/storageServer/var/tests/mdata1.xml
+++ b/livesupport/modules/storageServer/var/tests/mdata1.xml
@@ -18,7 +18,7 @@
2004-05-25
Sound
audio/mpeg
-0:2:3
+0:0:3
online
streamonthefly:
http://some.url.mdlf.org/
diff --git a/livesupport/modules/storageServer/var/tests/mdata2.xml b/livesupport/modules/storageServer/var/tests/mdata2.xml
index dc5410b62..b92d8ba6f 100644
--- a/livesupport/modules/storageServer/var/tests/mdata2.xml
+++ b/livesupport/modules/storageServer/var/tests/mdata2.xml
@@ -18,7 +18,7 @@
2004-05-25
Sound
audio/mpeg
-00:02:03
+00:00:00.100000
online
streamonthefly:
http://some.url.mdlf.org/
diff --git a/livesupport/modules/storageServer/var/tests/mdata3.xml b/livesupport/modules/storageServer/var/tests/mdata3.xml
index 3ab610952..ddc9f0f65 100644
--- a/livesupport/modules/storageServer/var/tests/mdata3.xml
+++ b/livesupport/modules/storageServer/var/tests/mdata3.xml
@@ -1,16 +1,19 @@
-
-File Title3 txt
-Alternative File Title txt
-
- Author
- John Y
- 234
-
-
\ No newline at end of file
+
+
+ File Title3 txt
+ Alternative File Title txt
+ 00:00:00.100000
+
+ Author
+ John Y
+ 234
+
+
+
diff --git a/livesupport/modules/storageServer/var/tests/sampleData.php b/livesupport/modules/storageServer/var/tests/sampleData.php
index d512301cd..b9140302e 100644
--- a/livesupport/modules/storageServer/var/tests/sampleData.php
+++ b/livesupport/modules/storageServer/var/tests/sampleData.php
@@ -1,7 +1,7 @@
$sampleData = array(
array('../tests/ex1.mp3', '../tests/mdata1.xml'),
- array('../tests/ex2.ogg', '../tests/mdata5.xml'),
- array('../tests/ex2.wav', '../tests/mdata3.xml')
+ array('../tests/ex2.ogg', '../tests/mdata2.xml'),
+ array('../tests/ex3.wav', '../tests/mdata3.xml')
);
-?>
\ No newline at end of file
+?>