From 745875139b5ee46e469927d410364bfeeedb2995 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 11 Oct 2006 15:47:45 +0000 Subject: Despite some svn oddness, I'm now moving to a new setup for the tests, that's very much like the original one, but now using build. You will need the latest build in order to build the tests. --- src/test/clistress/main.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 src/test/clistress/main.cpp (limited to 'src/test/clistress/main.cpp') diff --git a/src/test/clistress/main.cpp b/src/test/clistress/main.cpp deleted file mode 100644 index 6b0ac66..0000000 --- a/src/test/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