[libgweather/gnome-3-32] tests: 2 more known duplicate weather stations



commit 9a10264e53bc142107cc98b7ee5867cd8bad0009
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jul 4 12:21:37 2019 +0200

    tests: 2 more known duplicate weather stations
    
    That do appear in the stations.txt file.

 libgweather/test_libgweather.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/libgweather/test_libgweather.c b/libgweather/test_libgweather.c
index 13e5036..93a2e75 100644
--- a/libgweather/test_libgweather.c
+++ b/libgweather/test_libgweather.c
@@ -334,6 +334,8 @@ parse_metar_stations (const char *contents)
             const char * const known_duplicates[] = {
                 "VOGO",
                 "KHQG",
+                "KOEL",
+                "KTQK",
                 NULL
             };
             if (g_strv_contains (known_duplicates, station)) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]