Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorKirill Zhdanovich <kzhdanovich@gmail.com>2013-04-09 23:57:37 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:53:15 +0300
commit325591f08ec58f717e57b0933eeea5e677cb1829 (patch)
tree0804654751187229e762a1e3371c879b95099785 /api
parent539fc02ae52b9f0a47a3519cce21cfe1598d09b2 (diff)
[api] Add test to the C code.
Diffstat (limited to 'api')
-rw-r--r--api/tests/c/api-client-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/tests/c/api-client-test.c b/api/tests/c/api-client-test.c
index 1c6c99f20c..5807319f1d 100644
--- a/api/tests/c/api-client-test.c
+++ b/api/tests/c/api-client-test.c
@@ -180,6 +180,7 @@ FCT_BGN()
fct_chk_eq_str("_________", TestLatLonToStr(90, 179.999999));
fct_chk_eq_str("VVVVVVVVV", TestLatLonToStr(-90, 179.999999));
fct_chk_eq_str("wAAAAAAAA", TestLatLonToStr(0.0, 0.0));
+ fct_chk_eq_str("6qqqqqqqq", TestLatLonToStr(90.0, 0.0));
fct_chk_eq_str("P________", TestLatLonToStr(-0.000001, -0.000001));
}
FCT_QTEST_END();