From 9acc0a1bc7fdbc08bb98622d274bc81ffa8ca249 Mon Sep 17 00:00:00 2001 From: Joe Konno Date: Wed, 18 Jul 2012 16:05:46 -0700 Subject: [PATCH] EFL: fileselector - fix check function param names Will shave a few seconds off perusing the results log. Signed-off-by: Joe Konno --- src/efl/test_fileselector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/efl/test_fileselector.cpp b/src/efl/test_fileselector.cpp index 94d3beb..251f97e 100644 --- a/src/efl/test_fileselector.cpp +++ b/src/efl/test_fileselector.cpp @@ -191,9 +191,9 @@ public: } } - void checkMode(const Eina_Bool inwin) + void checkMode(const Eina_Bool mode) { - BOOST_CHECK_EQUAL(elm_fileselector_mode_get(control_), inwin); + BOOST_CHECK_EQUAL(elm_fileselector_mode_get(control_), mode); } private: -- 2.7.4