Skip to content

Commit

Permalink
reclassifying tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Sep 27, 2017
1 parent 0bde57d commit 4f5bc10
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -99,7 +99,7 @@
import static org.neo4j.kernel.api.exceptions.Status.Transaction.TransactionNotFound;
import static org.neo4j.test.server.HTTP.RawPayload.quotedJson;

public class TransactionGuardIntegrationTest
public class TransactionGuardIT
{
@ClassRule
public static CleanupRule cleanupRule = new CleanupRule();
Expand Down
Expand Up @@ -82,7 +82,7 @@
* GraphDatabase is instantiated, as part of
* {@link org.neo4j.helpers.Service#load}.
*/
public class UdcExtensionImplTest extends LocalServerTestBase
public class UdcExtensionImplIT extends LocalServerTestBase
{
private static final String VersionPattern = "(\\d\\.\\d+((\\.|\\-).*)?)|(dev)";

Expand Down
Expand Up @@ -53,7 +53,7 @@
import static org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation.EXACT_CONFIG;
import static org.neo4j.index.impl.lucene.explicit.LuceneIndexImplementation.FULLTEXT_CONFIG;

public class ExplicitIndexesUpgradeTest
public class ExplicitIndexesUpgradeIT
{
@Rule
public TestDirectory testDir = TestDirectory.testDirectory();
Expand Down
Expand Up @@ -89,7 +89,7 @@
import static org.neo4j.kernel.impl.ha.ClusterManager.clusterOfSize;

@RunWith( Enclosed.class )
public class StoreUpgradeIntegrationTest
public class StoreUpgradeIT
{
// NOTE: the zip files must contain the database files and NOT the graph.db folder itself!!!
private static final List<Store[]> STORES23 = Arrays.asList(
Expand Down

0 comments on commit 4f5bc10

Please sign in to comment.