[ansi-test-cvs] r2156 - trunk/ansi-tests
Erik Huelsmann
ehuelsmann at common-lisp.net
Sat Apr 3 23:17:57 UTC 2010
Author: ehuelsmann
Date: Sat Apr 3 19:17:57 2010
New Revision: 2156
Log:
Followup regarding the upcase tests: do the same for downcase tests.
Modified:
trunk/ansi-tests/character.lsp
Modified: trunk/ansi-tests/character.lsp
==============================================================================
--- trunk/ansi-tests/character.lsp (original)
+++ trunk/ansi-tests/character.lsp Sat Apr 3 19:17:57 2010
@@ -355,6 +355,7 @@
;; a case mapping
;;
;; this comment applies to char-upcase.1 and char-upcase.2
+;; and char-downcase.1 and char-downcase.2
#-abcl
(deftest char-upcase.1
@@ -391,10 +392,13 @@
;;;
+;; see char-upcase.1 why this test is commented out for ABCL
+#-abcl
(deftest char-downcase.1
(char-downcase.1.body)
t)
+#-abcl
(deftest char-downcase.2
(char-downcase.2.body)
t)
More information about the ansi-test-cvs
mailing list