summaryrefslogtreecommitdiff
path: root/xdelta3/testing/test.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2008-07-02 03:52:23 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2008-07-02 03:52:23 +0000
commit39986a1759550d3d5083e710862295588837f719 (patch)
treeecc11bc31609eecd8461d3afbd8a2b354ec65c6f /xdelta3/testing/test.h
parent9e896b470f5a4550a7fbbdc515db08b0249f5950 (diff)
Add new test for streaming encode/decode. The encoder writes directly
to the decoder. The test passes for sizes < Constants::BLOCK_SIZE so far, needs work.
Diffstat (limited to 'xdelta3/testing/test.h')
-rw-r--r--xdelta3/testing/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xdelta3/testing/test.h b/xdelta3/testing/test.h
index dcec6d9..74767fd 100644
--- a/xdelta3/testing/test.h
+++ b/xdelta3/testing/test.h
@@ -51,6 +51,8 @@ using regtest::MTRandom;
51 51
52#include "file.h" 52#include "file.h"
53using regtest::FileSpec; 53using regtest::FileSpec;
54using regtest::Block;
55using regtest::BlockIterator;
54 56
55#include "modify.h" 57#include "modify.h"
56using regtest::Modify1stByte; 58using regtest::Modify1stByte;