}
@Test
public void reloadNormally() {
TypesRegistry typesRegistry = TestTypesRegistry.MCOMPAT;
StorageFormatRegistry newFormatRegistry = DummyStorageFormatRegistry.create();
AkibanInformationSchema ais = new AkibanInformationSchema();
ProtobufReader reader = new ProtobufReader(typesRegistry, newFormatRegistry, ais);
reader.loadBuffer(bytes);
reader.loadAIS();
bytes.flip();