From 73daf07efdb1ddf4a3600000ab3b49b7c6cafb66 Mon Sep 17 00:00:00 2001 From: billh Date: Mon, 10 Dec 2001 20:49:02 +0000 Subject: [PATCH 1/1] Bugfix for typo. git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@166 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- test/test-simple.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-simple.c b/test/test-simple.c index 7f46ed4..3992aff 100644 --- a/test/test-simple.c +++ b/test/test-simple.c @@ -207,6 +207,8 @@ test_table (AccessibleTable *table) g_assert (AccessibleTable_getColumnHeader (table, 0)); /* maybe bogus assertion */ + AccessibleTable_isSelected (table, 0, 0); /* no assertion, but see if warnings are thrown */ + /* FIXME: lots more tests */ } @@ -231,8 +233,6 @@ test_text (AccessibleText *text) AccessibleText_setCaretOffset (text, 7); g_assert (AccessibleText_getCaretOffset (text) == 7); - AccessibleText_isSelected (text, 0, 0); /* no assertion, but see if warnings are thrown */ - /* FIXME: lots more tests - selections etc. etc. */ } -- 2.7.4