summaryrefslogtreecommitdiff
path: root/tests/SOCK_Send_Recv_Test.cpp
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-28 14:32:08 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-28 14:32:08 +0000
commite276346e4ae301d0632038b80d66381969d3e0d7 (patch)
treeeb1f5e3957ac34aeaacf471bddaea975b00eadf1 /tests/SOCK_Send_Recv_Test.cpp
parenta842dd0e3996d5f80852abdd456de9df418ca781 (diff)
downloadATCD-e276346e4ae301d0632038b80d66381969d3e0d7.tar.gz
ChangeLogTag: Thu Oct 28 09:31:19 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'tests/SOCK_Send_Recv_Test.cpp')
-rw-r--r--tests/SOCK_Send_Recv_Test.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/SOCK_Send_Recv_Test.cpp b/tests/SOCK_Send_Recv_Test.cpp
index 7453667535d..5c8a1fcfd03 100644
--- a/tests/SOCK_Send_Recv_Test.cpp
+++ b/tests/SOCK_Send_Recv_Test.cpp
@@ -129,6 +129,11 @@ client (void *arg)
150,
&buffer2[150],
105);
+ if (len != 255)
+ {
+ ACE_ERROR ((LM_ERROR,
+ "(%P|%t) %p; len is %d, but should be 255!\n", len));
+ }
ACE_ASSERT (len == 255);
for (i = 0; i < 255; i++)