package com.thinkaurelius.titan.graphdb;
/*
* This test assumes that graph storage is persistent, that is, that a graph survives g.shutdown() and a subsequent reopen. This is not the case for Infinispan cache, so we override several test helper methods in the superclass to prevent graph shutdown until after all of the class's methods have executed.
*/
public class InfinispanCacheGraphTxTest extends AbstractInfinispanCacheGraphTest {
public InfinispanCacheGraphTxTest() {
super(true);
}
}