Skip to content

Commit

Permalink
Moved tests to kernel-it
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaPeukert committed Jul 26, 2018
1 parent d3d2595 commit b36b343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -17,7 +17,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.neo4j.kernel.impl.api.integrationtest;
package org.neo4j.kernel.builtinprocs;

import org.junit.Test;

Expand All @@ -28,6 +28,7 @@
import org.neo4j.internal.kernel.api.Transaction;
import org.neo4j.internal.kernel.api.exceptions.ProcedureException;
import org.neo4j.kernel.api.security.AnonymousContext;
import org.neo4j.kernel.impl.api.integrationtest.KernelIntegrationTest;
import org.neo4j.values.storable.Values;

import static org.hamcrest.MatcherAssert.assertThat;
Expand Down
Expand Up @@ -204,7 +204,6 @@ public void shouldEscapeLabelNameContainingColons() throws Throwable
@Test
public void shouldListCorrectBuiltinProcedures() throws Throwable
{
// TODO: Add new schema procedure here (once its name is decided)
// When/Then
assertThat( call( "dbms.procedures" ), containsInAnyOrder(
record( "dbms.listConfig",
Expand Down

0 comments on commit b36b343

Please sign in to comment.