* This test would have reproduced the "buffer > 0" ASSERT problem with the
previous release of BufferQueue. IOW #2594 should be fixed now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28943 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -128,6 +128,9 @@ main()
|
|||||||
add(3, 999);
|
add(3, 999);
|
||||||
dump("add 3");
|
dump("add 3");
|
||||||
|
|
||||||
|
add(60, 540);
|
||||||
|
dump("add at the end of previous data");
|
||||||
|
|
||||||
put_module(NET_BUFFER_MODULE_NAME);
|
put_module(NET_BUFFER_MODULE_NAME);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user