@Test
public void makeSureStoreWithTooBigStringBlockSizeCannotBeUpgraded() throws Exception
{
String path = path( 6 );
new EmbeddedGraphDatabase( path ).shutdown();
setBlockSize( new File( path, "neostore.propertystore.db.strings" ), 0x10000, "StringPropertyStore v0.9.5" );
assertCannotStart( path, "Shouldn't be able to upgrade with block size that big" );
}