Difference between revisions of "Cue Times"
(Adding my work on tests to wiki page) |
(Adding my table of tests to wiki) |
||
Line 14: | Line 14: | ||
* Use an HTML table (preferred) | * Use an HTML table (preferred) | ||
+ | == Work == | ||
+ | === Dale === | ||
+ | URL to git repo with tests: https://github.com/daliuss/webvtt/tree/cueTimeTests/test/spec | ||
+ | |||
+ | <table border='1'> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <th>Filename</th> | ||
+ | |||
+ | <th>Description</th> | ||
+ | |||
+ | <th>Should Pass / Fail?</th> | ||
+ | |||
+ | <th>Reasoning</th> | ||
+ | |||
+ | <th>Creation Note</th> | ||
+ | <th>Comments</th> | ||
− | + | </tr> | |
+ | |||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td>cuetime_bareminimum.vtt</td> | ||
+ | |||
+ | <td>Bare minimum file that passes (no cue content)</td> | ||
+ | |||
+ | <td>Pass</td> | ||
+ | |||
+ | <td>Conforms to spec</td> | ||
+ | |||
+ | <td>ST2</td> | ||
+ | |||
+ | <td></td> | ||
+ | |||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td>cuetime_bareminimum_content.vtt</td> | ||
+ | |||
+ | <td>Bare minimum file that passes (cue content)</td> | ||
+ | |||
+ | <td>Pass</td> | ||
+ | |||
+ | <td>Conforms to spec</td> | ||
+ | |||
+ | <td>ST2</td> | ||
+ | |||
+ | <td></td> | ||
+ | |||
+ | </tr> | ||
+ | |||
+ | <tr> | ||
+ | |||
+ | <td></td> | ||
+ | |||
+ | <td></td> | ||
+ | |||
+ | <td></td> | ||
+ | |||
+ | <td></td> | ||
− | + | <td></td> | |
− | + | <td></td> | |
+ | </tr> | ||
− | table | + | </table> |
Revision as of 12:11, 24 September 2012
Group Members
- Vince Lee
- Thevakaran Virutthasalam
- Dale Karp
Test Ideas
- Bare minimum
- Testing time chronology
- Syntax
Organization of MetaData
- Keep metadata in separate files
- keep them in the same file (all characters following "WEBVTT " are ignored, note the space)
- Use an HTML table (preferred)
Work
Dale
URL to git repo with tests: https://github.com/daliuss/webvtt/tree/cueTimeTests/test/spec
Filename | Description | Should Pass / Fail? | Reasoning | Creation Note | Comments |
---|---|---|---|---|---|
cuetime_bareminimum.vtt | Bare minimum file that passes (no cue content) | Pass | Conforms to spec | ST2 | |
cuetime_bareminimum_content.vtt | Bare minimum file that passes (cue content) | Pass | Conforms to spec | ST2 | |