From 01193bcae261156968664adda78ecda93b9aadf4 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sat, 11 Feb 2012 04:46:43 +0100 Subject: [PATCH] tests: Reenable a11y tree-relationships test It passes now. --- tests/a11y/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am index 35a79590ab..d9bf9b8cfc 100644 --- a/tests/a11y/Makefile.am +++ b/tests/a11y/Makefile.am @@ -34,8 +34,7 @@ TEST_PROGS += children # # TEST_PROGS += focus -# currently broken -# TEST_PROGS += tree-relationships +TEST_PROGS += tree-relationships TEST_PROGS += util