summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2019-11-20 10:55:02 +0100
committerBastien Nocera <hadess@hadess.net>2019-11-20 10:55:02 +0100
commitee246dc058098dee1709d76635e72db35efcef4e (patch)
treeb837cc97df4e2804268b4b1b5b16959fcf29669b
parente56a48fa4ec1aa7cf20312b9116581bd59c5255c (diff)
downloadlibgweather-ee246dc058098dee1709d76635e72db35efcef4e.tar.gz
tests: Add another duplicate
$ 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 1bfa3d4..8a21911 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)) {