301b7f89f61bf05f073e9dd718249119b1f49d6c
[melted] / docs / testing-20040110.txt
1 On 1/10/2004, Dan Dennedy ran the dv1394d/docs/testing.txt against
2 mlt albino and miracle.
3
4
5 NOTE: Discrepancies cited here may have impact on related functionality.
6
7
8 General
9 ------------------------------------------------------------------------------
10 Server side error checks and related response error codes are not stringently enforced.
11
12
13 Not Implemented
14 ------------------------------------------------------------------------------
15 NLS
16 INSERT
17 MOVE
18 REMOVE
19 USET points=ignore
20
21
22 Incorrect Behaviour
23 (Intent may be unknown in some cases.)
24 ------------------------------------------------------------------------------
25 LOAD commences play
26 STOP does not play the test card (white silence) (=pause)
27 USTA when stopped reports "paused"
28 REW when stopped does not rewind to the beginning of the clip.
29 CLEAN removes all clips (as opposed to leaving the currently playing one)
30
31
32 Different Intentional Behaviour
33 ------------------------------------------------------------------------------
34 STOP does not terminate audio/video output
35
36
37 MLT Bugs
38 ------------------------------------------------------------------------------
39 Please check the services.txt doc for known bugs related to MLT components.
40
41
42 User Acceptance Testing, 2004-01-12, by Dan Dennedy
43 ------------------------------------------------------------------------------
44 We may need to add a play u0 in some places of the test script due to play
45 state issues.
46 sout u0 1000 made frame 1000 repeat with audio (usta shows playing, not paused).
47 sin u0 400 made it jump to frame 400 and start playing
48 When miracle hit the out point (1000) not paused, playing last frame with audio.
49 Sometimes I need to say goto u0 0 to continue test script because it has hit
50 the end of a clip.
51 Everything else working good.