summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2013-10-28 22:06:40 +0000
committerDavid King <amigadave@amigadave.com>2013-10-28 22:07:58 +0000
commite6f75ed1023e6d3cf2d67ebb3d34c54d706a03fc (patch)
tree3c60679baf24183875108111b5c3b67a5f0a6a2c /tests
parentec26dd3f62c966ee174a9349d9ec9323e538c550 (diff)
downloadcheese-e6f75ed1023e6d3cf2d67ebb3d34c54d706a03fc.tar.gz
Fix CheeseAvatarChooser test
There is no longer a button with the label "Take a Photo", so remove the test which tries to find it.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcheese-gtk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test-libcheese-gtk.c b/tests/test-libcheese-gtk.c
index 5f7c580d..22486639 100644
--- a/tests/test-libcheese-gtk.c
+++ b/tests/test-libcheese-gtk.c
@@ -41,8 +41,6 @@ avatar_chooser (void)
g_assert (chooser != NULL);
/* Check that all the child widgets were successfully instantiated. */
- g_assert (gtk_test_find_widget (chooser, "Take a Photo", GTK_TYPE_BUTTON)
- != NULL);
select_button = gtk_test_find_widget (chooser, "Select", GTK_TYPE_BUTTON);
g_assert (select_button != NULL);
g_assert (GTK_IS_BUTTON (select_button));