fix for failed test TestMain_FrameRestore

This commit is contained in:
Todd Gruben 2017-03-02 10:36:35 -06:00
parent 527ff5682f
commit 26041563fa

View file

@ -408,6 +408,7 @@ func (f *Fragment) setBit(bitmapID, profileID uint64) (changed bool, bool error)
} else {
bm.IncrementCount(profileID)
}
bm.SetBit(profileID)
f.cache.Add(bitmapID, bm.Count())