File: 0025_debian_default_is_openpgp.diff

package info (click to toggle)
gpgme1.0 1.24.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,264 kB
  • sloc: ansic: 51,655; cpp: 27,213; sh: 12,776; python: 6,020; javascript: 3,773; makefile: 1,792; lisp: 1,652; sed: 37
file content (18 lines) | stat: -rw-r--r-- 721 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Adapt testsuite to changed gnupg defaults in Debian
Author: Andreas Metzler <ametzler@debian.org>
Origin: vendor
Bug-Debian: https://bugs.debian.org/1103189
Forwarded: not-needed
Last-Update: 2025-04-20

--- gpgme1.0-1.24.2.orig/lang/qt/tests/t-config.cpp
+++ gpgme1.0-1.24.2/lang/qt/tests/t-config.cpp
@@ -62,7 +62,7 @@ private Q_SLOTS:
         auto entry = conf->entry(QStringLiteral("gpg"), QStringLiteral("compliance"));
         QVERIFY(entry);
         const auto defaultValue = entry->defaultValue().toString();
-        QCOMPARE(defaultValue, QStringLiteral("gnupg"));
+        QCOMPARE(defaultValue, QStringLiteral("openpgp"));
 
         entry->setStringValue("de-vs");
         conf->sync(true);