Fix invalid keyword argument errors in defclass qt-class.
tests/test.lisp
Thu Aug 27 13:17:58 CEST 2009 Tobias Rautenkranz <tobias@rautenkranz.ch>
* Fix invalid keyword argument errors in defclass qt-class.
--- old-commonqt/tests/test.lisp 2014-10-30 07:08:58.000000000 +0100
+++ new-commonqt/tests/test.lisp 2014-10-30 07:08:58.000000000 +0100
@@ -143,8 +143,9 @@
(qt:enable-syntax))
(5am:test docu
- (qapropos "QObject")
- (qdescribe "QObject"))
+ (with-output-to-string (*standard-output*)
+ (qapropos "QObject")
+ (qdescribe "QObject")))
(eval-when (:load-toplevel)
(let ((results (5am:run :cl-smoke.commonqt-suite)))