Update of /project/cl-xmpp/cvsroot/cl-xmpp/test In directory common-lisp.net:/tmp/cvs-serv25792/test
Modified Files: utility-test.lisp Log Message: killing string-to-array and using ironclad:ascii-string-to-byte-array instead
Date: Mon Nov 14 16:14:10 2005 Author: eenge
Index: cl-xmpp/test/utility-test.lisp diff -u cl-xmpp/test/utility-test.lisp:1.1 cl-xmpp/test/utility-test.lisp:1.2 --- cl-xmpp/test/utility-test.lisp:1.1 Sun Nov 13 03:36:11 2005 +++ cl-xmpp/test/utility-test.lisp Mon Nov 14 16:14:10 2005 @@ -1,4 +1,4 @@ -;;;; $Id: utility-test.lisp,v 1.1 2005/11/13 02:36:11 eenge Exp $ +;;;; $Id: utility-test.lisp,v 1.2 2005/11/14 15:14:10 eenge Exp $ ;;;; $Source: /project/cl-xmpp/cvsroot/cl-xmpp/test/utility-test.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -7,8 +7,6 @@
(deftest flatten.1 (xmpp::flatten '(1 2 3)) (1 2 3)) (deftest flatten.2 (xmpp::flatten '(1 (2 3) 4)) (1 2 3 4)) - -(deftest string-to-array.1 (xmpp::string-to-array "test") #(116 101 115 116))
(deftest digestify-string.1 (xmpp::digestify-string "test") "a94a8fe5ccb19ba61c4c0873d391e987982fbbd3")