Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-25 17:59:47 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-25 17:59:47 (GMT)
commit9dd98949e53e7847ea823f3dbed666e8c858c53e (patch)
treeb30d1102d24570415f5cde13970b5256a687817a /tests
parent5f88062cba7280a7dca2f49c9d8ad18dd00c0c9b (diff)
Hrm not really sure why I need this
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-snowflake.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test-snowflake.py b/tests/test-snowflake.py
index bba90f5..4fd840d 100755
--- a/tests/test-snowflake.py
+++ b/tests/test-snowflake.py
@@ -60,6 +60,11 @@ group.translate(500, 500)
_create_snowflake(group, 8)
root.add_child(group)
+layout = SnowflakeLayout()
+group = goocanvas.Group()
+group.translate(20, 500)
+_create_snowflake(group, 2)
+root.add_child(group)
canvas.set_model(canvas_model)