OSDN Git Service

link fix
[keitairc/keitairc.git] / t / 02_IrcBuffer.t
index 0625b83..a6c1e68 100644 (file)
@@ -1,6 +1,4 @@
 # -*- mode: perl; coding: utf-8 -*-
-# $Id: 02_IrcBuffer.t,v 1.2 2008-08-05 14:08:25 morimoto Exp $
-# $Source: /home/ishikawa/work/keitairc/tmp/keitairc/t/02_IrcBuffer.t,v $
 # Copyright (c) 2003-2008 Jun Morimoto <morimoto@mrmt.net>
 # This program is covered by the GNU General Public License 2
 use strict;
@@ -15,8 +13,8 @@ BEGIN{
 
 can_ok('Keitairc::IrcBuffer',
        qw/new add_nick list_nick remove_nick get_nick_realname op_nick
-       deop_nick get_nick_op channels now name2cid cid2name part join
-       mtime unread_lines topic buffer_ptr add_message
+       deop_nick get_nick_op channels format_time format_date name2cid
+       cid2name part join mtime unread_lines topic buffer_ptr add_message
        compact_channel_name simple_escape colorize update_timestamp/);
 
 # TODO: write reasonable test