From 5ff43b1a4abd06a47a996b817846567f8d1bc615 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 25 Aug 2006 22:44:09 +0000 Subject: Fixed more stuff in the connection class. Yay. --- src/test/clistress/main.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/test/clistress/main.cpp') diff --git a/src/test/clistress/main.cpp b/src/test/clistress/main.cpp index 0869945..6b0ac66 100644 --- a/src/test/clistress/main.cpp +++ b/src/test/clistress/main.cpp @@ -6,10 +6,12 @@ int main() c.open("localhost", 4001 ); - c.appendOutput("d"); + c.appendOutput("w"); c.writeOutput(); - c.waitForInput( 5, 40, 0 ); + c.waitForInput( 6, 5, 0 ); + + printf("read: %s\n", c.getInput() ); c.close(); -- cgit v1.2.3