Fixed compillation errors 05/48405/1 accepted/tizen/mobile/20150922.001403 submit/tizen_mobile/20150921.110412
authora.shulga <a.shulga@samsung.com>
Mon, 21 Sep 2015 10:01:06 +0000 (19:01 +0900)
committera.shulga <a.shulga@samsung.com>
Mon, 21 Sep 2015 10:15:03 +0000 (19:15 +0900)
Signed-off-by: a.shulga <a.shulga@samsung.com>
Change-Id: I5f5e9a582bc436c7f72d1bb0e94304153bc1682a

test/src/api/maps_api_test.cpp

index 2aa735a1fd3c4090a402ac06dfbabde8a458c1f4..2ca2c78109eec102e430c660cf60862df8f6a501 100755 (executable)
@@ -62,12 +62,12 @@ class test_env
 
                        /* MAPQUEST */
                        { "Open Street Maps",
-                               "test_key"
+                               "test_key",
                                true },
 
                        /* HERE */
                        { "HERE",
-                               "test_app_id/test_app_code"
+                               "test_app_id/test_app_code",
                                true }
                };
                 return info[idx];