mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-06 20:31:45 +00:00
fixed interval in read testcase, handles check without timeout
This commit is contained in:
@@ -41,7 +41,7 @@ START_TEST(test_read_putshort)
|
||||
char* p;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < 1; i++) {
|
||||
for (i = 0; i < 65536; i++) {
|
||||
p = (char*)&k;
|
||||
putshort(&p, i);
|
||||
fail_unless(ntohs(k) == i,
|
||||
|
||||
Reference in New Issue
Block a user