From eec7c2a005a1777d19e2aeadf6468b030385cc46 Mon Sep 17 00:00:00 2001 From: Young-Ae Kang Date: Wed, 2 Sep 2015 21:08:43 +0900 Subject: [PATCH] Removed keys. Change-Id: Ia47f4d94e48ff27ffc09d44c49d31aa617c8cd08 --- test/src/api/maps_api_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/src/api/maps_api_test.cpp b/test/src/api/maps_api_test.cpp index 8841610..2aa735a 100755 --- a/test/src/api/maps_api_test.cpp +++ b/test/src/api/maps_api_test.cpp @@ -62,12 +62,12 @@ class test_env /* MAPQUEST */ { "Open Street Maps", - "Fmjtd%7Cluur250220%2C80%3Do5-9w7w9r", + "test_key" true }, /* HERE */ { "HERE", - "gMutJ6Bo9jyMtOfJRGG1/nXvwmBWgoCqp9U5_yslkcw", + "test_app_id/test_app_code" true } }; return info[idx]; -- 2.7.4