addFs(1, 2, 4, 5, 6, 8, 9, 11, 12);
stateEngine.prepareForWrite();
writer = new FastBlobWriter(stateEngine);
writer.writeSnapshot(baos);
brokenDeltaChainSnapshot2 = baos.toByteArray();
}
private FastBlobStateEngine newStateEngine() {
return new FastBlobStateEngine(new SerializerFactory() {