diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2008-07-02 03:52:23 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2008-07-02 03:52:23 +0000 |
commit | 39986a1759550d3d5083e710862295588837f719 (patch) | |
tree | ecc11bc31609eecd8461d3afbd8a2b354ec65c6f /xdelta3/testing/test.h | |
parent | 9e896b470f5a4550a7fbbdc515db08b0249f5950 (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.h | 2 |
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" |
53 | using regtest::FileSpec; | 53 | using regtest::FileSpec; |
54 | using regtest::Block; | ||
55 | using regtest::BlockIterator; | ||
54 | 56 | ||
55 | #include "modify.h" | 57 | #include "modify.h" |
56 | using regtest::Modify1stByte; | 58 | using regtest::Modify1stByte; |