[Htt-users] Error on windows XP
Brought to you by:
ia97lies
From: Cyril S. <cyr...@gm...> - 2012-07-04 13:42:02
|
Hi, I don't understand why this test failed. --- CLIENT # Open tcp connection _REQ 10.68.40.1 80 #_SLEEP 5000 __GET /read/4KB.txt HTTP/1.1 __Host: 10.68.40.1 __ # We expect a 200 OK from the server # and we also expect Response data send from server # If we get something different the script will fail _EXPECT . "HTTP/1.1 200 OK" #_EXPECT . "Server 10.68.40.1" _WAIT _REQ 10.68.40.1 80 #_SLEEP 5000 __GET /read/4KB.txt HTTP/1.1 __Host: 10.68.40.1 __ _EXPECT . "HTTP/1.1 200 OK" _WAIT END --- I obtain this error: --- test_client.htt:41: error: CLT0-0 End of file found(70014) test_client.htt:25: error: CLT0-0 End of file found(70014) FAILED --- This test work with an other computer with the same OS (Windows XP). I have no problem with this test: --- CLIENT # Open tcp connection _REQ 10.68.40.1 80 #_SLEEP 5000 __GET /read/4KB.txt HTTP/1.1 __Host: 10.68.40.1 __ # We expect a 200 OK from the server # and we also expect Response data send from server # If we get something different the script will fail _EXPECT . "HTTP/1.1 200 OK" #_EXPECT . "Server 10.68.40.1" _WAIT END --- I am on Windows XP SP2 with microsoft c++ 2005 and 2008 Any idea ? Thanks, Cyril |