aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/bucketdb
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-03-07 13:32:22 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-03-07 13:32:22 +0000
commit7df8bb09d08d45c2da7e7524373b4afb5cec3044 (patch)
tree497efb84632c44ceac064b8d5fb6b8b26f48a8b0 /searchcore/src/tests/proton/bucketdb
parent73605ce054307390d2093ed15e02cfb9a136d466 (diff)
Ignore document size when calculating checksum in bucket db.
Diffstat (limited to 'searchcore/src/tests/proton/bucketdb')
-rw-r--r--searchcore/src/tests/proton/bucketdb/bucketdb/bucketdb_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/bucketdb/bucketdb/bucketdb_test.cpp b/searchcore/src/tests/proton/bucketdb/bucketdb/bucketdb_test.cpp
index 8845cb633e5..9a329f19a7f 100644
--- a/searchcore/src/tests/proton/bucketdb/bucketdb/bucketdb_test.cpp
+++ b/searchcore/src/tests/proton/bucketdb/bucketdb/bucketdb_test.cpp
@@ -176,7 +176,7 @@ TEST("require that bucket db can be explored")
" buckets: ["
" {"
" id: '0x2000000000000031',"
- " checksum: '0x9393a394',"
+ " checksum: '0x93939394',"
" readyCount: 1,"
" notReadyCount: 0,"
" removedCount: 0,"