ossp-pkg/l2/l2_epreuve.c 1.2 -> 1.3
--- l2_epreuve.c 2001/08/22 18:08:13 1.2
+++ l2_epreuve.c 2001/08/23 05:32:45 1.3
@@ -101,16 +101,6 @@
if (iRet != L2_OK)
return 1;
- fprintf(stderr, "\nThis next test should not return any data, because "\
- "we are\ntrying to read the buffer after it has been flushed.\n"\
- " Buffer contents: ");
- if (strlen(*(char **)pMyBChannel->context.vp))
- fprintf(stderr, *(char **)pMyBChannel->context.vp);
- else
- fprintf(stderr, "(Nada)");
- fputc('\n', stderr);
- fputc('\n', stderr);
-
iRet = l2_channel_close(pMyBChannel);
if (iRet != L2_OK)
return 1;
|
|