gnu: kcontacts: Run all but 3 tests.
* gnu/packages/kde-frameworks.scm (kcontacts) [arguments]: Run all but 3 tests. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
680ab49349
commit
3340dcca5a
1 changed files with 1 additions and 7 deletions
|
|
@ -1627,14 +1627,8 @@ integrated it into your application's other widgets.")
|
||||||
(setenv "HOME" (getcwd))
|
(setenv "HOME" (getcwd))
|
||||||
(system "Xvfb :1 -screen 0 640x480x24 &")
|
(system "Xvfb :1 -screen 0 640x480x24 &")
|
||||||
(setenv "DISPLAY" ":1")
|
(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"
|
(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")
|
(home-page "https://community.kde.org/Frameworks")
|
||||||
(synopsis "API for contacts/address book data following the vCard standard")
|
(synopsis "API for contacts/address book data following the vCard standard")
|
||||||
(description "This library provides a vCard data model, vCard
|
(description "This library provides a vCard data model, vCard
|
||||||
|
|
|
||||||
Reference in a new issue