Date: Thursday, June 11, 2015 @ 17:42:43 Author: heftig Revision: 240589
Remove unused patch Deleted: glib-networking/trunk/skip-test-needs-glib-243.patch --------------------------------+ skip-test-needs-glib-243.patch | 28 ---------------------------- 1 file changed, 28 deletions(-) Deleted: skip-test-needs-glib-243.patch =================================================================== --- skip-test-needs-glib-243.patch 2015-06-11 15:42:40 UTC (rev 240588) +++ skip-test-needs-glib-243.patch 2015-06-11 15:42:43 UTC (rev 240589) @@ -1,28 +0,0 @@ -From 17613e50901c50fedcfe3542f0dc93630c9b2884 Mon Sep 17 00:00:00 2001 -From: Iain Lane <[email protected]> -Date: Wed, 10 Dec 2014 12:05:19 +0000 -Subject: tls/tests: skip test_create_certificate_chain if not running against - glib 2.43 - -https://bugzilla.gnome.org/show_bug.cgi?id=741331 - -diff --git a/tls/tests/certificate.c b/tls/tests/certificate.c -index 97c1793..7d3f031 100644 ---- a/tls/tests/certificate.c -+++ b/tls/tests/certificate.c -@@ -226,6 +226,12 @@ test_create_certificate_chain (void) - GTlsCertificate *cert, *intermediate, *root; - GError *error = NULL; - -+ if (glib_check_version (2, 43, 0)) -+ { -+ g_test_skip ("This test requires glib 2.43"); -+ return; -+ } -+ - cert = g_tls_certificate_new_from_file (tls_test_file_path ("chain.pem"), &error); - g_assert_no_error (error); - g_assert (G_IS_TLS_CERTIFICATE (cert)); --- -cgit v0.10.2 -
