From f571d1e6cb78d873b28248291e80076932ef98fc Mon Sep 17 00:00:00 2001 From: Jason May Date: Thu, 10 Mar 2011 12:21:08 -0500 Subject: update tests --- t/03-write-to-termcast.t | 4 ++++ 1 file changed, 4 insertions(+) (limited to 't/03-write-to-termcast.t') diff --git a/t/03-write-to-termcast.t b/t/03-write-to-termcast.t index db9cfca..852c5f4 100644 --- a/t/03-write-to-termcast.t +++ b/t/03-write-to-termcast.t @@ -31,6 +31,10 @@ test_tcp( $client->recv($login, 4096); is($login, "hello test tset\n", 'got the correct login info'); $client->send("hello, test\n"); + + # skip over metadata - tested in 01-basic.t + $client->recv(my $metadata, 4096); + my $buf; $client->recv($buf, 4096); is($buf, 'foo', 'wrote correctly'); -- cgit v1.2.3-54-g00ecf