From 26edbee7a12fd6770fae11b1b692319171018e08 Mon Sep 17 00:00:00 2001 From: tasn Date: Thu, 23 Feb 2012 13:57:59 +0000 Subject: [PATCH] elementary: Fixed naming of tooltip 2 test Signed-off-by: Aharon Hillel git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68320 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/bin/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/test.c b/src/bin/test.c index e4a60fb..3b0319f 100644 --- a/src/bin/test.c +++ b/src/bin/test.c @@ -495,7 +495,7 @@ add_tests: ADD_TEST(NULL, "Popups", "Hover 2", test_hover2); ADD_TEST(NULL, "Popups", "Notify", test_notify); ADD_TEST(NULL, "Popups", "Tooltip", test_tooltip); - ADD_TEST(NULL, "Popups", "Tooltip2", test_tooltip2); + ADD_TEST(NULL, "Popups", "Tooltip 2", test_tooltip2); //------------------------------// ADD_TEST(NULL, "Times & Dates", "Calendar", test_calendar); -- 2.7.4