Skip to content

Commit

Permalink
Rename NativeLabelScanStoreTest -> IT
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen authored and tinwelint committed Jan 20, 2017
1 parent e5804e7 commit 1a6ba2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -45,7 +45,7 @@
import static org.neo4j.collection.primitive.PrimitiveLongCollections.asArray;
import static org.neo4j.kernel.api.labelscan.NodeLabelUpdate.labelChanges;

public class NativeLabelScanStoreTest
public class NativeLabelScanStoreIT
{
private final TestDirectory directory = TestDirectory.testDirectory( getClass() );
private final PageCacheRule pageCacheRule = new PageCacheRule();
Expand Down
Expand Up @@ -45,9 +45,9 @@

import static org.neo4j.collection.primitive.PrimitiveLongCollections.EMPTY_LONG_ARRAY;
import static org.neo4j.collection.primitive.PrimitiveLongCollections.asArray;
import static org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreTest.flipRandom;
import static org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreTest.getLabels;
import static org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreTest.nodesWithLabel;
import static org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreIT.flipRandom;
import static org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreIT.getLabels;
import static org.neo4j.kernel.impl.index.labelscan.NativeLabelScanStoreIT.nodesWithLabel;

public class NativeLabelScanWriterTest
{
Expand Down

0 comments on commit 1a6ba2e

Please sign in to comment.