Skip to content

Commit

Permalink
Rename tests to reflect explicit use of NATIVE_BTREE10
Browse files Browse the repository at this point in the history
  • Loading branch information
burqen committed Oct 5, 2018
1 parent 520ba79 commit 4cf911d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@
import static org.neo4j.values.storable.ValueTuple.COMPARATOR;

@SuppressWarnings( "FieldCanBeLocal" )
public class IndexProvidedOrderTest extends KernelAPIReadTestBase<ReadTestSupport>
public class IndexProvidedOrderNativeBTree10Test extends KernelAPIReadTestBase<ReadTestSupport>
{
private static int N_NODES = 10000;
private static int N_ITERATIONS = 100;
Expand Down
Expand Up @@ -44,7 +44,7 @@
import static org.junit.Assert.assertEquals;
import static org.neo4j.graphdb.Label.label;

public class IndexProvidedValuesTest extends KernelAPIReadTestBase<ReadTestSupport>
public class IndexProvidedValuesNativeBTree10Test extends KernelAPIReadTestBase<ReadTestSupport>
{
@SuppressWarnings( "FieldCanBeLocal" )
private static int N_NODES = 10000;
Expand Down

0 comments on commit 4cf911d

Please sign in to comment.