Skip to content

Commit

Permalink
Make it possible to issue CALL queries via neo4j-shell
Browse files Browse the repository at this point in the history
I do not know why this test was not failing everywhere before - maybe the AppIT test was never run - but now this bit works.
  • Loading branch information
chrisvest committed Nov 13, 2017
1 parent 5a8340d commit d368ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -6,6 +6,7 @@ org.neo4j.shell.apps.Man
org.neo4j.shell.kernel.apps.Begin
org.neo4j.shell.kernel.apps.Cd
org.neo4j.shell.kernel.apps.Commit
org.neo4j.shell.kernel.apps.cypher.Call
org.neo4j.shell.kernel.apps.cypher.Create
org.neo4j.shell.kernel.apps.cypher.Cypher
org.neo4j.shell.kernel.apps.cypher.Drop
Expand Down
2 changes: 1 addition & 1 deletion community/shell/src/test/java/org/neo4j/shell/AppsIT.java
Expand Up @@ -537,7 +537,7 @@ public void useCypherMerge() throws Exception
}

@Test
public void use_cypher_periodic_commit() throws Exception
public void useCypherPeriodicCommit() throws Exception
{
File file = File.createTempFile( "file", "csv", null );
try ( PrintWriter writer = new PrintWriter( file ) )
Expand Down

0 comments on commit d368ca1

Please sign in to comment.