[pitivi] validate: Fix some tests



commit 5be7a90848ee9d76e7606a8c9a6947d25ccff28c
Author: Thibault Saunier <tsaunier gnome org>
Date:   Wed Dec 2 14:24:56 2015 +0100

    validate: Fix some tests
    
    Differential Revision: https://phabricator.freedesktop.org/D581

 .../validate-tests/scenarios/simple_play.scenario  |    2 --
 .../scenarios/simple_split_clips.scenario          |    4 ++--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/tests/validate-tests/scenarios/simple_play.scenario 
b/tests/validate-tests/scenarios/simple_play.scenario
index c7d2586..64fd1f8 100644
--- a/tests/validate-tests/scenarios/simple_play.scenario
+++ b/tests/validate-tests/scenarios/simple_play.scenario
@@ -4,8 +4,6 @@ add-layer, priority=(int)0;
 add-clip, name=(string)uriclip0, layer-priority=(int)0, 
asset-id=(string)file:///home/someone/devel/pitivi/1.0-uninstalled/pitivi/tests/samples/tears_of_steel.webm, 
type=(string)GESUriClip, start=(double)0, inpoint=(double)0, duration=(double)2;
 commit;
 add-clip, name=(string)uriclip1, layer-priority=(int)0, 
asset-id=(string)file:///home/someone/devel/pitivi/1.0-uninstalled/pitivi/tests/samples/tears_of_steel.webm, 
type=(string)GESUriClip, start=(double)2, inpoint=(double)0, duration=(double)2;
-set-control-source, binding-type=(string)direct, interpolation-mode=(string)linear, 
element-name=(string)videourisource1, property-name=(string)alpha, source-type=(string)interpolation;
-set-control-source, binding-type=(string)direct, interpolation-mode=(string)linear, 
element-name=(string)audiourisource1, property-name=(string)volume, source-type=(string)interpolation;
 commit;
 zoom-fit, optional-action-type=(boolean)true;
 set-zoom-level, optional-action-type=(boolean)true, level=(double)73;
diff --git a/tests/validate-tests/scenarios/simple_split_clips.scenario 
b/tests/validate-tests/scenarios/simple_split_clips.scenario
index 5927477..4f7e905 100644
--- a/tests/validate-tests/scenarios/simple_split_clips.scenario
+++ b/tests/validate-tests/scenarios/simple_split_clips.scenario
@@ -6,8 +6,8 @@ add-layer, priority=(int)0;
 add-clip, name=(string)uriclip0, layer-priority=(int)0, 
asset-id=(string)file:///home/thiblahute/devel/pitivi/1.0-uninstalled/pitivi/tests/samples/30fps_numeroted_frames_blue.webm,
 type=(string)GESUriClip, start=(double)0, inpoint=(double)0, duration=(double)1.228;
 add-clip, name=(string)uriclip1, layer-priority=(int)0, 
asset-id=(string)file:///home/thiblahute/devel/pitivi/1.0-uninstalled/pitivi/tests/samples/30fps_numeroted_frames_red.mkv,
 type=(string)GESUriClip, start=(double)1.228, inpoint=(double)0, duration=(double)2;
 commit;
-zoom-fit, not-mandatory-action-type=(boolean)true;
-set-zoom-level, level=(double)69, not-mandatory-action-type=(boolean)true;
+zoom-fit, optional-action-type=(boolean)true;
+set-zoom-level, level=(double)69, optional-action-type=(boolean)true;
 seek, start=(double)0.62812454799999995, flags=(string)accurate+flush;
 split-clip, clip-name=(string)uriclip0, position=(double)0.62812454799999995;
 commit;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]