Check-in Number:
|
738 | |
Date: |
2001-Aug-23 07:32:45 (local)
2001-Aug-23 05:32:45 (UTC) |
User: | ms |
Branch: | |
Comment: |
Removed problematic after-flush buf-checker. Now we don't verify that the
buffer is left unused after an immediate flush operation. |
Tickets: |
|
Inspections: |
|
Files: |
|
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;
|
|