aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcr/remove-failing-test.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcr/remove-failing-test.patch')
-rw-r--r--main/gcr/remove-failing-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/gcr/remove-failing-test.patch b/main/gcr/remove-failing-test.patch
deleted file mode 100644
index 85df1c0275..0000000000
--- a/main/gcr/remove-failing-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/gcr/test-gnupg-collection.c b/gcr/test-gnupg-collection.c
-index 893669c..bca1917 100644
---- a/gcr/test-gnupg-collection.c
-+++ b/gcr/test-gnupg-collection.c
-@@ -199,8 +199,6 @@ test_load (Test *test, gconstpointer unused)
- /* Phillip R. Zimmerman's key should have a photo */
- key = g_hash_table_lookup (test->keys, "C7463639B2D7795E");
- g_assert (GCR_IS_GNUPG_KEY (key));
-- record = _gcr_records_find (_gcr_gnupg_key_get_public_records (key), GCR_RECORD_SCHEMA_XA1);
-- g_assert (record);
- }
-
- int