source: tags/0.8.0/test/test-protocol.lisp

Last change on this file was 127, checked in by Erik Huelsmann, 19 years ago

Comment out non-applicable tests.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 586 bytes
Line 
1;;;; $Id: test-protocol.lisp 127 2006-02-14 22:56:17Z ehuelsmann $
2;;;; $Source$
3
4;;;; See the LICENSE file for licensing information.
5
6(in-package :cl-irc-test)
7
8(defvar *nick1* "kire")
9(defvar *nick2* "k|[]re")
10(defvar *nick3* "k^{]re")
11(defvar *chan1* "#liSP")
12
13;;normalize tests are broken because they need a connection these days
14;;(deftest normalize-nickname.1 (irc:normalize-nickname *nick1*) "kire")
15;;(deftest normalize-nickname.2 (irc:normalize-nickname *nick2*) "k\\[]re")
16;;(deftest normalize-nickname.3 (irc:normalize-nickname *nick3*) "k~[]re")
17
18;;(deftest normalize-channel-name.1 (irc:normalize-channel-name *chan1*) "#lisp")
Note: See TracBrowser for help on using the repository browser.