add failing testcase

This commit is contained in:
Mathieu Lacage
2007-09-07 19:50:40 +02:00
parent 1e448915d1
commit 6ce3443a34

View File

@@ -1122,6 +1122,10 @@ BufferTest::RunTests (void)
i.Prev (100);
i.WriteU8 (1, 100);
buffer = Buffer (10);
buffer.Begin ().WriteU8 (1);
ENSURE_WRITTEN_BYTES (buffer, 10, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
// Bug #54
{
const uint32_t actualSize = 72602;