2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>

* tests/test-script.json: Remove the explicit "visible"
	member to test that the visibility of actors is TRUE
	by default.
This commit is contained in:
Emmanuele Bassi 2008-04-23 14:01:09 +00:00
parent 389e1470a5
commit f7d9c5eaa1
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>
* tests/test-script.json: Remove the explicit "visible"
member to test that the visibility of actors is TRUE
by default.
2008-04-23 Emmanuele Bassi <ebassi@openedhand.com> 2008-04-23 Emmanuele Bassi <ebassi@openedhand.com>
* configure.ac: * configure.ac:

View File

@ -12,7 +12,6 @@
"type" : "ClutterRectangle", "type" : "ClutterRectangle",
"color" : "#ff0000ff", "color" : "#ff0000ff",
"x" : 50, "y" : 50, "width" : 100, "height" : 100, "x" : 50, "y" : 50, "width" : 100, "height" : 100,
"visible" : true,
"reactive" : true, "reactive" : true,
"rotation" : [ "rotation" : [
{ "z-axis" : [ 45.0, [ 75, 75 ] ] } { "z-axis" : [ 45.0, [ 75, 75 ] ] }
@ -29,7 +28,6 @@
"y" : 50, "y" : 50,
"width" : 100, "width" : 100,
"height" : 100, "height" : 100,
"visible" : true,
"reactive" : true, "reactive" : true,
"signals" : [ "signals" : [
{ "name" : "button-press-event", "handler" : "clutter_main_quit" } { "name" : "button-press-event", "handler" : "clutter_main_quit" }
@ -46,7 +44,6 @@
"anchor-x" : "5mm", "anchor-x" : "5mm",
"anchor-y" : "5pt", "anchor-y" : "5pt",
"opacity" : 100, "opacity" : 100,
"visible" : true,
"behaviours" : [ "rotate-behaviour", "fade-behaviour" ] "behaviours" : [ "rotate-behaviour", "fade-behaviour" ]
}, },
{ {
@ -56,7 +53,6 @@
"x" : 250, "x" : 250,
"y" : 150, "y" : 150,
"opacity" : 100, "opacity" : 100,
"visible" : true
}, },
{ {
"id" : "label", "id" : "label",
@ -70,7 +66,6 @@
"alignment" : "center", "alignment" : "center",
"wrap" : false, "wrap" : false,
"ellipsize" : "none", "ellipsize" : "none",
"visible" : true,
"rotation" : [ "rotation" : [
{ "y-axis" : [ 60.0, [ 275, 100 ] ] }, { "y-axis" : [ 60.0, [ 275, 100 ] ] },
{ "z-axis" : [ 45.0, [ 75, 75 ] ] } { "z-axis" : [ 45.0, [ 75, 75 ] ] }