summaryrefslogtreecommitdiff
path: root/libgweather/tests/test_libgweather.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgweather/tests/test_libgweather.c')
-rw-r--r--libgweather/tests/test_libgweather.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgweather/tests/test_libgweather.c b/libgweather/tests/test_libgweather.c
index 4859a0e..023454d 100644
--- a/libgweather/tests/test_libgweather.c
+++ b/libgweather/tests/test_libgweather.c
@@ -94,11 +94,9 @@ test_airport_distance_sanity (void)
test_airport_distance_children (world);
- if (g_test_failed ())
- g_warning ("Maximum city to airport distance is %.1f km", max_distance);
+ g_test_message ("Maximum airport distance: %g", max_distance);
g_clear_object (&world);
-
gweather_test_reset_world ();
}