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 <mpg@redhat.com>2007-08-16 10:51:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-08-16 10:51:33 (GMT)
commite95e786432cd4385cf6dd86bec2d21538d0ffff5 (patch)
tree198464061c2cce21a47518a942d506d5252d75a5 /tests
parent8d9383c48e219cb9806f0c4c2e2d1b0600eb5227 (diff)
Adapt to icon name changes
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-snowflake-layout.py4
-rwxr-xr-xtests/test-spread-layout.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-snowflake-layout.py b/tests/test-snowflake-layout.py
index 279f638..bf3e69e 100755
--- a/tests/test-snowflake-layout.py
+++ b/tests/test-snowflake-layout.py
@@ -37,12 +37,12 @@ def add_snowflake(parent, size):
box.set_layout(layout)
icon = CanvasIcon(scale=0.8, xo_color=XoColor(),
- icon_name='theme:object-link')
+ icon_name='theme:xo')
layout.add_center(icon)
for k in range(0, size):
icon = CanvasIcon(scale=0.4, xo_color=XoColor(),
- icon_name='theme:stock-buddy')
+ icon_name='theme:xo')
layout.add(icon)
window = gtk.Window()
diff --git a/tests/test-spread-layout.py b/tests/test-spread-layout.py
index 412d7fc..7d12315 100755
--- a/tests/test-spread-layout.py
+++ b/tests/test-spread-layout.py
@@ -35,7 +35,7 @@ def _create_icon():
scale = 1.0 + random.random() * 1.5
icon = CanvasIcon(scale=scale, xo_color=color,
- icon_name='theme:stock-buddy')
+ icon_name='theme:xo')
icon.set_tooltip('Test')
layout.add(icon)