From a77e41eee42b99282c05d268479ba5ebb11dc095 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 15:54:09 +0000 Subject: Rearranged the tests, now it's like the old style, which I like more for some reason. --- src/tests/clistress/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/tests/clistress/main.cpp (limited to 'src/tests/clistress') diff --git a/src/tests/clistress/main.cpp b/src/tests/clistress/main.cpp deleted file mode 100644 index 6b0ac66..0000000 --- a/src/tests/clistress/main.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "connection.h" - -int main() -{ - Connection c; - - c.open("localhost", 4001 ); - - c.appendOutput("w"); - c.writeOutput(); - - c.waitForInput( 6, 5, 0 ); - - printf("read: %s\n", c.getInput() ); - - c.close(); - - return 0; -} - -- cgit v1.2.3