Skip to content

Commit

Permalink
OGM-1089 Rename existing integration tests for Neo4j remote
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD authored and gsmet committed Oct 3, 2016
1 parent 0ed8d23 commit 3379f00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Expand Up @@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.ogm.test.integration.neo4j.remote;
package org.hibernate.ogm.test.integration.neo4j.remote.http;

import static org.hibernate.ogm.test.integration.neo4j.remote.RemoteNeo4jEnvironmentVariables.getNeo4jHost;
import static org.hibernate.ogm.test.integration.neo4j.remote.RemoteNeo4jEnvironmentVariables.getNeo4jPassword;
Expand Down Expand Up @@ -36,12 +36,12 @@
* @author Guillaume Scheibel &lt;guillaume.scheibel@gmail.com&gt;
*/
@RunWith(Arquillian.class)
public class RemoteNeo4jJtaModuleMemberRegistrationIT extends ModuleMemberRegistrationScenario {
public class HttpNeo4jJtaModuleMemberRegistrationIT extends ModuleMemberRegistrationScenario {

@Deployment
public static Archive<?> createTestArchive() throws Exception {
return new ModuleMemberRegistrationDeployment
.Builder( RemoteNeo4jJtaModuleMemberRegistrationIT.class )
.Builder( HttpNeo4jJtaModuleMemberRegistrationIT.class )
.persistenceXml( persistenceXml() )
.manifestDependencies( "org.hibernate.ogm:${hibernate-ogm.module.slot} services, org.hibernate.ogm.neo4j:${hibernate-ogm.module.slot} services" )
.createDeployment();
Expand Down
Expand Up @@ -4,7 +4,7 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.ogm.test.integration.neo4j.remote;
package org.hibernate.ogm.test.integration.neo4j.remote.http;

import static org.hibernate.ogm.test.integration.neo4j.remote.RemoteNeo4jEnvironmentVariables.getNeo4jHost;
import static org.hibernate.ogm.test.integration.neo4j.remote.RemoteNeo4jEnvironmentVariables.getNeo4jPassword;
Expand Down Expand Up @@ -36,12 +36,12 @@
* @author Guillaume Scheibel &lt;guillaume.scheibel@gmail.com&gt;
*/
@RunWith(Arquillian.class)
public class RemoteNeo4jResourceLocalModuleMemberRegistrationIT extends ModuleMemberRegistrationScenario {
public class HttpNeo4jResourceLocalModuleMemberRegistrationIT extends ModuleMemberRegistrationScenario {

@Deployment
public static Archive<?> createTestArchive() throws Exception {
return new ModuleMemberRegistrationDeployment
.Builder( RemoteNeo4jResourceLocalModuleMemberRegistrationIT.class )
.Builder( HttpNeo4jResourceLocalModuleMemberRegistrationIT.class )
.persistenceXml( persistenceXml() )
.manifestDependencies( "org.hibernate.ogm:${hibernate-ogm.module.slot} services, org.hibernate.ogm.neo4j:${hibernate-ogm.module.slot} services" )
.createDeployment();
Expand Down

0 comments on commit 3379f00

Please sign in to comment.