stas 2003/08/22 20:57:10
Modified: t/response/TestAPI conn_rec.pm
Log:
test $c->notes table
Revision Changes Path
1.8 +3 -1 modperl-2.0/t/response/TestAPI/conn_rec.pm
Index: conn_rec.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/conn_rec.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- conn_rec.pm 24 Aug 2002 16:26:22 -0000 1.7
+++ conn_rec.pm 23 Aug 2003 03:57:09 -0000 1.8
@@ -21,7 +21,7 @@
my $c = $r->connection;
- plan $r, tests => 22;
+ plan $r, tests => 23;
ok $c;
@@ -52,6 +52,8 @@
ok $c->id || 1;
#conn_config
+
+ ok $c->notes;
ok $r->notes;