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>
* configure.ac:

View File

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