add a comment to TestBitmap_BitmapCountRangeEdgeCase

This commit is contained in:
Travis 2017-08-10 08:42:44 -05:00
parent 5d39bc0b1c
commit 8f3cb3e761
No known key found for this signature in database
GPG key ID: 7F08008DFD9314C9

View file

@ -191,6 +191,8 @@ func TestBitmap_Max(t *testing.T) {
}
}
}
// Ensure CountRange is correct even if rangekey is prior to inital container.
func TestBitmap_BitmapCountRangeEdgeCase(t *testing.T) {
s := uint64(2009 * 1048576)
e := uint64(2010 * 1048576)