diff --git a/ChangeLog b/ChangeLog index 562909a21..172bc61e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-23 Emmanuele Bassi + + * 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 * configure.ac: diff --git a/tests/test-script.json b/tests/test-script.json index f7d6b717b..ec43d3aab 100644 --- a/tests/test-script.json +++ b/tests/test-script.json @@ -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 ] ] }