EFL: fileselector - fix check function param names
authorJoe Konno <joe.konno@intel.com>
Wed, 18 Jul 2012 23:05:46 +0000 (16:05 -0700)
committerJoe Konno <joe.konno@intel.com>
Wed, 18 Jul 2012 23:05:46 +0000 (16:05 -0700)
Will shave a few seconds off perusing the results log.

Signed-off-by: Joe Konno <joe.konno@intel.com>
src/efl/test_fileselector.cpp

index 94d3beb..251f97e 100644 (file)
@@ -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: