New
authorPhilippe Le Hégaret <plh@w3.org>
Wed, 15 Apr 2009 18:55:41 +0000
changeset 99 5e49c21ecda0
parent 98 b98028e57a57
child 100 69cd790f1de3
New
testsuite/web-framework/tests.js
--- a/testsuite/web-framework/tests.js	Wed Apr 15 18:52:41 2009 +0000
+++ b/testsuite/web-framework/tests.js	Wed Apr 15 18:55:41 2009 +0000
@@ -2,18 +2,19 @@
 addTest("../Parameters/clockMode001.xml","clockMode001","Test ttp:clockMode attribute","Parameter Test");
 addTest("../Parameters/clockMode002.xml","clockMode002","Test ttp:clockMode attribute","Parameter Test");
 addTest("../Parameters/clockMode003.xml","clockMode003","Test ttp:clockMode attribute","Parameter Test");
-addTest("../Parameters/frameRate001.xml","frameRate001","Test ttp:frameRate attribute","Parameter Test");
-addTest("../Parameters/frameRate002.xml","frameRate002","Test ttp:frameRate attribute","Parameter Test");
-addTest("../Parameters/frameRateMultiplier001.xml","frameRateMultiplier001","Test ttp:frameRateMultiplier attribute","Parameter Test");
 addTest("../Parameters/markerMode001.xml","markerMode001","Test ttp:markerMode attribute","Parameter Test");
 addTest("../Parameters/markerMode002.xml","markerMode002","Test ttp:markerMode attribute","Parameter Test");
-addTest("../Parameters/smpteMode001.xml","smpteMode001","Test ttp:smpteMode attribute","Parameter Test");
-addTest("../Parameters/smpteMode002.xml","smpteMode002","Test ttp:smpteMode attribute","Parameter Test");
-addTest("../Parameters/subFrameRate001.xml","subFrameRate001","Test ttp:subFrameRate attribute","Parameter Test");
-addTest("../Parameters/tickRate001.xml","tickRate001","Test ttp:tickRate attribute","Parameter Test");
-addTest("../Parameters/timeBase001.xml","timeBase001","Test ttp:timeBase attribute","Parameter Test");
-addTest("../Parameters/timeBase002.xml","timeBase002","Test ttp:timeBase attribute","Parameter Test");
-addTest("../Parameters/timeBase003.xml","timeBase003","Test ttp:timeBase attribute","Parameter Test");
+addTest("../Parameters/pixelAspectRatio001.xml","pixelAspectRatio001","Test ttp:pixelAspectRatio attribute to match Rec. 601 Standard (4:3) PAL (e.g. 576i)","Parameter Test");
+addTest("../Parameters/pixelAspectRatio002.xml","pixelAspectRatio002","Test ttp:pixelAspectRatio attribute to match Rec. 601 Widescreen (16:9) PAL","Parameter Test");
+addTest("../Parameters/pixelAspectRatio003.xml","pixelAspectRatio003","Test ttp:pixelAspectRatio attribute to match SMPTE Standard (4:3) NTSC (e.g. 480i)","Parameter Test");
+addTest("../Parameters/pixelAspectRatio004.xml","pixelAspectRatio004","Test ttp:pixelAspectRatio attribute to match SMPTE Widescreen (16:9) NTSC","Parameter Test");
+addTest("../Parameters/sync001-frameRate23.98fpsFilmSync.xml","sync001-frameRate23","Test ttp:frameRate attributes to sync with SMPTE 12M (23.98 fps IVTC Film Sync)","Parameter Test");
+addTest("../Parameters/sync002-frameRate24fpsFilmSync.xml","sync002-frameRate24fpsFilmSync","Test ttp:frameRate attributes to sync with SMPTE 12M (24 fps Film Sync)","Parameter Test");
+addTest("../Parameters/sync003-frameRate25fpsPALSync.xml","sync003-frameRate25fpsPALSync","Test ttp:frameRate attributes to sync with SMPTE 12M (25 fps PAL)","Parameter Test");
+addTest("../Parameters/sync004-frameRate29.97fpsDrop.xml","sync004-frameRate29","Test ttp:frameRate attributes to sync with SMPTE 12M (29.97 fps Drop)","Parameter Test");
+addTest("../Parameters/sync005-frameRate29.97fpsNonDrop.xml","sync005-frameRate29","Test ttp:frameRate attributes to sync with SMPTE 12M (29.97 fps NTSC Non Drop)","Parameter Test");
+addTest("../Parameters/sync006-frameRate30fpsNonDrop.xml","sync006-frameRate30fpsNonDrop","Test ttp:frameRate attributes to sync with SMPTE 12M (30 fps)","Parameter Test");
+addTest("../Parameters/sync007-frameRateMPEG2PCRSync.xml","sync007-frameRateMPEG2PCRSync","Test ttp: attributes to sync with MPEG 2 PCR","Sync Test");
 addTest("../Content/Br001.xml","Br001","Test the br element.","Content Test");
 addTest("../Content/Paragraph001.xml","Paragraph001","Test the p element with no styling attribute.","Content Test");
 addTest("../Content/Paragraph002.xml","Paragraph002","Test the p element with no timing attributes (nothing is displayed).","Content Test");
@@ -220,15 +221,12 @@
 addTest("../Animation/Animation006.xml","Animation006","Set fontStyle","Animation Test");
 addTest("../Animation/Animation007.xml","Animation007","Set fontWeight","Animation Test");
 addTest("../Animation/Animation008.xml","Animation008","Set lineHeight","Animation Test");
-addTest("../Animation/Animation009.xml","Animation009","Set opacity","Animation Test");
-addTest("../Animation/Animation010.xml","Animation010","Set padding","Animation Test");
-addTest("../Animation/Animation012.xml","Animation012","Set displayAlign","Animation Test");
+addTest("../Animation/Animation012.xml","Animation012","Set textAlign","Animation Test");
 addTest("../Animation/Animation013.xml","Animation013","Set textDecoration, also tests multiple sets in action","Animation Test");
 addTest("../Animation/Animation014.xml","Animation014","Set textOutline","Animation Test");
 addTest("../Animation/Animation015.xml","Animation015","Set visibility","Animation Test");
 addTest("../Animation/Animation016.xml","Animation016","Set wrapOption","Animation Test");
 addTest("../Animation/Animation017.xml","Animation017","Set zIndex","Animation Test");
-addTest("../Animation/Animation101.xml","Animation101","Set textAlign","Animation Test");
 addTest("../Animation/BasicTiming004.xml","BasicTiming004","Testing basic time expressions on set","Animation Test");
 addTest("../Animation/BasicTiming005.xml","BasicTiming005","Testing multiple set expressions in par context","Animation Test");
 addTest("../Animation/BasicTiming009.xml","BasicTiming009","Testing deeply nested context with set inheritance","Animation Test");