diff options
Diffstat (limited to 'xdelta3/testing/test.h')
-rw-r--r-- | xdelta3/testing/test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xdelta3/testing/test.h b/xdelta3/testing/test.h index 7aee605..f2b46f3 100644 --- a/xdelta3/testing/test.h +++ b/xdelta3/testing/test.h | |||
@@ -68,6 +68,10 @@ pair<T, U> make_pair(const T& t, const U& u) { | |||
68 | 68 | ||
69 | class Constants { | 69 | class Constants { |
70 | public: | 70 | public: |
71 | // TODO: need to repeat the tests with different block sizes | ||
72 | // 1 << 7 triggers some bugs, 1 << 20 triggers others. | ||
73 | // | ||
74 | //static const xoff_t BLOCK_SIZE = 1 << 20; | ||
71 | static const xoff_t BLOCK_SIZE = 1 << 7; | 75 | static const xoff_t BLOCK_SIZE = 1 << 7; |
72 | }; | 76 | }; |
73 | 77 | ||