[xiph-commits] r12493 - trunk/xspf/testcase/for_version_1/pass
dllmain at svn.xiph.org
dllmain at svn.xiph.org
Sun Feb 18 12:50:50 PST 2007
Author: dllmain
Date: 2007-02-18 12:50:47 -0800 (Sun, 18 Feb 2007)
New Revision: 12493
Added:
trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf
trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf
Log:
Inverted order testcases added
Added: trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf 2007-02-18 13:38:52 UTC (rev 12492)
+++ trunk/xspf/testcase/for_version_1/pass/playlist-inverted-order.xspf 2007-02-18 20:50:47 UTC (rev 12493)
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Applications need to support arbitrary
+ order of the child elements of playlist -->
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList />
+ <extension application="http://example.com/" />
+ <meta rel="http://example.com/">value</meta>
+ <link rel="http://example.com/">http://example.com/</link>
+ <attribution />
+ <license>http://example.com/</license>
+ <date>2005-01-08T17:10:47-05:00</date>
+ <image>http://example.com/</image>
+ <identifier>http://example.com/</identifier>
+ <location>http://example.com/</location>
+ <info>http://example.com/</info>
+ <annotation>some text</annotation>
+ <creator>some text</creator>
+ <title>some text</title>
+ <link rel="http://example.com/">http://example.com/</link>
+ <meta rel="http://example.com/">value</meta>
+ <extension application="http://example.com/" />
+</playlist>
Added: trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf 2007-02-18 13:38:52 UTC (rev 12492)
+++ trunk/xspf/testcase/for_version_1/pass/track-inverted-order.xspf 2007-02-18 20:50:47 UTC (rev 12493)
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Applications need to support arbitrary
+ order of the child elements of trackList -->
+<playlist version="1" xmlns="http://xspf.org/ns/0/">
+ <trackList>
+ <track>
+ <extension application="http://example.com/" />
+ <meta rel="http://example.com/">value</meta>
+ <link rel="http://example.com/">http://example.com/</link>
+ <duration>120000</duration>
+ <trackNum>2</trackNum>
+ <album>some text</album>
+ <image>http://example.com/</image>
+ <info>http://example.com/</info>
+ <annotation>some text</annotation>
+ <creator>some text</creator>
+ <title>some text</title>
+ <identifier>http://example.com/</identifier>
+ <location>http://example.com/</location>
+ <link rel="http://example.com/">http://example.com/</link>
+ <meta rel="http://example.com/">value</meta>
+ <extension application="http://example.com/" />
+ </track>
+ </trackList>
+</playlist>
More information about the commits
mailing list