|
From: <mik...@us...> - 2003-12-29 16:05:40
|
Update of /cvsroot/sharedaemon/sharedaemon-ui-web/src/test
In directory sc8-pr-cvs1:/tmp/cvs-serv17459/src/test
Modified Files:
TestSocket.cpp
Log Message:
29/12/2003 Mikael Barbeaux
* Wrote a configure script that auto generates a Makefile
for the current plateform.
Index: TestSocket.cpp
===================================================================
RCS file: /cvsroot/sharedaemon/sharedaemon-ui-web/src/test/TestSocket.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- TestSocket.cpp 27 Dec 2003 10:50:08 -0000 1.4
+++ TestSocket.cpp 29 Dec 2003 16:05:37 -0000 1.5
@@ -57,7 +57,7 @@
cout << "Validates the server socket..." << endl;
server.validate();
cout << "Bind server socket on port 4589..." << endl;
- server.bind(4589);
+ server.bind(4662);
cout << "Listening for connections..." << endl;
server.listen(5);
cout << "Take your browser to test \"http://localhost:4589\"..." << endl;
@@ -80,7 +80,7 @@
}
catch(Exception& e) {
// display the exception message
- //cout << e.getMessage() << endl;
+ cout << e.getMessage() << endl;
}
cout << "Could you connect to the socket and did you see the response ?" << endl;
cout << " If no => VERY BAD :(" << endl;
|