From 3340dcca5afc1614b57c01ad316bd18b291e247f Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Thu, 15 Sep 2022 01:18:19 +0200 Subject: gnu: kcontacts: Run all but 3 tests. * gnu/packages/kde-frameworks.scm (kcontacts) [arguments]: Run all but 3 tests. Signed-off-by: Marius Bakke --- gnu/packages/kde-frameworks.scm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'gnu/packages/kde-frameworks.scm') diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 054f0c06f4..4823c732bb 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1627,14 +1627,8 @@ (define-public kcontacts (setenv "HOME" (getcwd)) (system "Xvfb :1 -screen 0 640x480x24 &") (setenv "DISPLAY" ":1") - ;; testrounddrip fail inconsistently. - ;; addresstest produces wrong value: - ;;Actual (address.formattedAddress(QStringLiteral("Jim Knopf"))): - ;;"Jim Knopf\nLummerlandstr. 1\n12345 Lummerstadt\n\nGERMANY" - ;;Expected (result) : - ;;"Jim Knopf\nLummerlandstr. 1\n12345 Lummerstadt\n\nGERMANIA" (invoke "ctest" "-E" - "(kcontacts-addresstest|kcontacts-emailtest|kcontacts-phonenumbertest|kcontacts-soundtest|kcontacts-secrecytest|kcontacts-geotest|kcontacts-keytest|kcontacts-testroundtrip|kcontacts-impptest|kcontacts-birthdaytest|kcontacts-addresseetest)"))))))) + "(kcontacts-birthdaytest|kcontacts-testroundtrip|kcontacts-addresstest)"))))))) (home-page "https://community.kde.org/Frameworks") (synopsis "API for contacts/address book data following the vCard standard") (description "This library provides a vCard data model, vCard -- cgit v1.2.3