From cfe4ba6711c12ea9ad1ddba4cbd60e964715170b Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Sun, 07 Sep 2008 16:27:14 +0000 Subject: Patch for case unsensitive page label match by Michael Lee. See bug 2008-09-07 Nickolay V. Shmyrev * shell/ev-page-cache.c (ev_page_cache_set_page_label): Patch for case unsensitive page label match by Michael Lee. See bug #550136. * shell/ev-page-action.c (create_tool_item): * test/Makefile.am: * test/test1.py: * test/test4.py: * test/test5.py: Added test for the above and updated other tests. svn path=/trunk/; revision=3161 --- (limited to 'test/test4.py') diff --git a/test/test4.py b/test/test4.py index 86ff197..789030e 100755 --- a/test/test4.py +++ b/test/test4.py @@ -10,9 +10,10 @@ from dogtail.procedural import * run('evince', arguments=' '+srcdir+'/test-links.pdf') -# Close evince -click('View', roleName='menu') -click('Reload', roleName='menu item') +# Reload document a few times +for i in range(1,6): + click('View', roleName='menu') + click('Reload', roleName='menu item') # Close evince click('File', roleName='menu') -- cgit v0.9.1