summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-11-20 10:55:02 +0100
committerBastien Nocera <hadess@hadess.net>2020-03-09 11:18:35 +0100
commit2f073c403b0e73173e49a7887575317c1c6b780e (patch)
treeb6816c397528ba1233e562bb51c38f313eedf4e5
parenta0de54138ec0865602e04d911ca88b0d9d03e6cb (diff)
downloadlibgweather-gnome-3-34.tar.gz
tests: Add another duplicategnome-3-34
$ wget -O- -q https://www.aviationweather.gov/docs/metar/stations.txt | grep KX26 FL SEBASTIAN KX26 X26 27 49N 080 30W 6 X W 8 US FL VALKARIA AFS KX26 X26 27 49N 080 30W 6 X 8 US
-rw-r--r--libgweather/test_libgweather.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgweather/test_libgweather.c b/libgweather/test_libgweather.c
index 695667b..abc4dbf 100644
--- a/libgweather/test_libgweather.c
+++ b/libgweather/test_libgweather.c
@@ -336,6 +336,7 @@ parse_metar_stations (const char *contents)
"KHQG",
"KOEL",
"KTQK",
+ "KX26",
NULL
};
if (g_strv_contains (known_duplicates, station)) {