Added Metadata tests
authorPhilippe Le Hégaret <plh@w3.org>
Thu, 15 Jan 2009 15:35:39 +0000
changeset 73 3ceb984cddbb
parent 72 a055dd85c1be
child 74 64d79b3b1bb3
Added Metadata tests
testsuite/Makefile
testsuite/filelist.xml
testsuite/web-framework/tests.js
--- a/testsuite/Makefile	Thu Jan 08 16:30:33 2009 +0000
+++ b/testsuite/Makefile	Thu Jan 15 15:35:39 2009 +0000
@@ -2,13 +2,13 @@
 Parameters \
 Content \
 Styling \
+Metadata \
 Timing
 
 # Specification
 
 # Layout \
 # Animation \
-# Metadata \
 
 DATE=$(shell date "+%Y%m%d")
 
--- a/testsuite/filelist.xml	Thu Jan 08 16:30:33 2009 +0000
+++ b/testsuite/filelist.xml	Thu Jan 15 15:35:39 2009 +0000
@@ -172,6 +172,12 @@
 <file>Styling/zIndex002.xml</file>
 <file>Styling/zIndex003.xml</file>
 <file>Styling/zIndex004.xml</file>
+<file>Metadata/agent004.xml</file>
+<file>Metadata/copyright003.xml</file>
+<file>Metadata/desc002.xml</file>
+<file>Metadata/name005.xml</file>
+<file>Metadata/role006.xml</file>
+<file>Metadata/title001.xml</file>
 <file>Timing/BeginDur001.xml</file>
 <file>Timing/BeginEnd001.xml</file>
 <file>Timing/BeginEnd002.xml</file>
--- a/testsuite/web-framework/tests.js	Thu Jan 08 16:30:33 2009 +0000
+++ b/testsuite/web-framework/tests.js	Thu Jan 15 15:35:39 2009 +0000
@@ -57,8 +57,8 @@
 addTest("../Styling/FontFamily005.xml","FontFamily005","Test tts:fontFamily attribute with monospaceSerif value.","Styling Test");
 addTest("../Styling/FontFamily006.xml","FontFamily006","Test tts:fontFamily attribute with proportionalSansSerif value.","Styling Test");
 addTest("../Styling/FontFamily007.xml","FontFamily007","Test tts:fontFamily attribute with proportionalSerif value.","Styling Test");
-addTest("../Styling/FontFamily008.xml","FontFamily008","Test tts:fontFamily attribute with Arial value.","Styling Test");
-addTest("../Styling/FontFamily009.xml","FontFamily009","Test tts:fontFamily attribute with InexistantFont, Arial value.","Styling Test");
+addTest("../Styling/FontFamily008.xml","FontFamily008","Test tts:fontFamily attribute with Times New Roman value.","Styling Test");
+addTest("../Styling/FontFamily009.xml","FontFamily009","Test tts:fontFamily attribute with InexistantFont, Times New Roman value.","Styling Test");
 addTest("../Styling/FontSize001.xml","FontSize001","Test tts:fontSize attribute with px unit.","Styling Test");
 addTest("../Styling/FontSize002.xml","FontSize002","Test tts:fontSize attribute with em unit.","Styling Test");
 addTest("../Styling/FontSize003.xml","FontSize003","Test tts:fontSize attribute with c unit.","Styling Test");
@@ -171,12 +171,13 @@
 addTest("../Styling/zIndex002.xml","zIndex002","Test tts:zIndex attribute with identical integer values.","Styling Test");
 addTest("../Styling/zIndex003.xml","zIndex003","Test tts:zIndex attribute with the auto value.","Styling Test");
 addTest("../Styling/zIndex004.xml","zIndex004","Test tts:zIndex attribute with the inherit value.","Styling Test");
+addTest("../Metadata/agent004.xml","agent004","Test ttm:agent element","Metadata Test");
+addTest("../Metadata/copyright003.xml","copyright003","Test ttm:copyright element","Metadata Test");
+addTest("../Metadata/desc002.xml","desc002","Test ttm:desc element","Metadata Test");
+addTest("../Metadata/name005.xml","name005","Test ttm:name element","Metadata Test");
+addTest("../Metadata/role006.xml","role006","Test ttm:role attribute","Metadata Test");
+addTest("../Metadata/title001.xml","title001","Test ttm:title element","Metadata Test");
 addTest("../Timing/BeginDur001.xml","BeginDur001","Test the begin and dur attributes on p elements.","Timing Test");
 addTest("../Timing/BeginEnd001.xml","BeginEnd001","Test the begin and end attributes on p elements.","Timing Test");
 addTest("../Timing/BeginEnd002.xml","BeginEnd002","Test the begin attribute with no end or dur attribute on p elements.","Timing Test");
 addTest("../Timing/BeginEnd003.xml","BeginEnd003","Test the begin and end attributes on p elements in random order. @@Is it a valid test?","Timing Test");
-addTest("../Specification/DocumentExample120.xml","DocumentExample120","This test contains the document example from the section 1.2 of the DFXP 1.0 specification, without the layout region.","Specification Test");
-addTest("../Specification/DocumentExample822.xml","DocumentExample822","This test contains the document example from the section 8.2.2 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");
-addTest("../Specification/DocumentExample823.xml","DocumentExample823","This test contains the document example from the section 8.2.3 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");
-addTest("../Specification/DocumentExample824.xml","DocumentExample824","This test contains the document example from the section 8.2.4 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");
-addTest("../Specification/DocumentExample825.xml","DocumentExample825","This test contains the document example from the section 8.2.5 of the DFXP 1.0 specification, with the region replacing with a styling.","Specification Test");