From 4a05351205bb34dbec2934a87b5540071f5df96d Mon Sep 17 00:00:00 2001 From: Aharon Hillel Date: Thu, 23 Feb 2012 13:57:59 +0000 Subject: [PATCH] elementary: Fixed naming of tooltip 2 test Signed-off-by: Aharon Hillel SVN revision: 68320 --- 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