[xiph-commits] r15136 - in trunk/xspf/testcase: . for_version_1/fail for_version_1/pass
sping at svn.xiph.org
sping at svn.xiph.org
Sat Jul 26 08:18:49 PDT 2008
Author: sping
Date: 2008-07-26 08:18:49 -0700 (Sat, 26 Jul 2008)
New Revision: 15136
Added:
trunk/xspf/testcase/for_version_1/fail/playlist-attribute-forbidden-playlist.xspf
trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf
Modified:
trunk/xspf/testcase/README.txt
trunk/xspf/testcase/schema_test.sh
Log:
- Add xml:base related test cases
- Fix svn:executable for two files
Property changes on: trunk/xspf/testcase/README.txt
___________________________________________________________________
Name: svn:executable
- *
Added: trunk/xspf/testcase/for_version_1/fail/playlist-attribute-forbidden-playlist.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/fail/playlist-attribute-forbidden-playlist.xspf (rev 0)
+++ trunk/xspf/testcase/for_version_1/fail/playlist-attribute-forbidden-playlist.xspf 2008-07-26 15:18:49 UTC (rev 15136)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/" xxx="http://example.org/one/">
+ <trackList />
+</playlist>
Added: trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf
===================================================================
--- trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf (rev 0)
+++ trunk/xspf/testcase/for_version_1/pass/playlist-xml-base.xspf 2008-07-26 15:18:49 UTC (rev 15136)
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<playlist version="1" xmlns="http://xspf.org/ns/0/" xml:base="http://example.org/one/">
+ <location>two</location><!-- Resolves to http://example.org/one/two -->
+ <trackList />
+</playlist>
Property changes on: trunk/xspf/testcase/schema_test.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the commits
mailing list