Author: ehuelsmann Date: Sun Mar 16 08:11:04 2008 New Revision: 30
Modified: branches/1.0.x/tests/tests.lisp Log: Merge r29 from trunk (test fixes).
Modified: branches/1.0.x/tests/tests.lisp ============================================================================== --- branches/1.0.x/tests/tests.lisp (original) +++ branches/1.0.x/tests/tests.lisp Sun Mar 16 08:11:04 2008 @@ -1,6 +1,6 @@
(defpackage #:py-configparser-tests - (:use (#:cl #:py-configparser #:rt))) + (:use #:cl #:py-configparser #:rt))
(in-package :py-configparser-tests)
@@ -106,7 +106,7 @@
") - (typep (get-option read-stream (make-config) s) + (typep (read-stream (make-config) s) 'config)) T)
@@ -116,7 +116,7 @@
") - (typep (get-option read-stream (make-config) s) + (typep (read-stream (make-config) s) 'config)) T)
@@ -132,7 +132,7 @@
;; items (deftest basic.items.1 - (equal (with-inputfrom-string (s "[n] + (equal (with-input-from-string (s "[n] p=q z=%(p)s ")