Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test-entry.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-entry.py b/tests/test-entry.py
index dd65dc8..9603d9c 100755
--- a/tests/test-entry.py
+++ b/tests/test-entry.py
@@ -44,9 +44,11 @@ button = Button('theme:stock-close')
frame.append(button)
entry = Entry()
+entry.props.text = 'mec mac'
toolbar.append(entry, hippo.PACK_EXPAND)
entry2 = Entry()
+entry2.props.text = 'moc muc'
toolbar.append(entry2, hippo.PACK_EXPAND)
gtk.main()