Route layer merge through app core
This commit is contained in:
@@ -1016,6 +1016,18 @@ if(TARGET pano_cli)
|
||||
LABELS "app;document;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_merge_smoke
|
||||
COMMAND pano_cli plan-layer-merge --layer-count 3 --from-index 2 --to-index 1)
|
||||
set_tests_properties(pano_cli_plan_layer_merge_smoke PROPERTIES
|
||||
LABELS "app;document;integration;desktop-fast"
|
||||
PASS_REGULAR_EXPRESSION "\"command\":\"plan-layer-merge\".*\"layerCount\":3.*\"fromIndex\":2.*\"toIndex\":1.*\"createHistory\":true")
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_merge_animated_rejected
|
||||
COMMAND pano_cli plan-layer-merge --layer-count 3 --from-index 2 --to-index 1 --animation-duration 3)
|
||||
set_tests_properties(pano_cli_plan_layer_merge_animated_rejected PROPERTIES
|
||||
LABELS "app;document;integration;desktop-fast;fuzz"
|
||||
WILL_FAIL TRUE)
|
||||
|
||||
add_test(NAME pano_cli_plan_layer_operation_add_smoke
|
||||
COMMAND pano_cli plan-layer-operation --kind add --layer-count 2 --index 1 --name Paint)
|
||||
set_tests_properties(pano_cli_plan_layer_operation_add_smoke PROPERTIES
|
||||
|
||||
Reference in New Issue
Block a user