File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
src/test/java/org/springframework/data/neo4j/integration/issues/gh2728 Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1818import org .springframework .context .annotation .Configuration ;
1919import org .springframework .data .neo4j .repository .config .EnableNeo4jRepositories ;
2020import org .springframework .data .neo4j .test .Neo4jIntegrationTest ;
21+ import org .springframework .test .context .ContextConfiguration ;
2122import org .springframework .transaction .annotation .EnableTransactionManagement ;
2223
2324/**
2425 * @author Michael J. Simons
2526 */
2627@ Neo4jIntegrationTest
28+ @ ContextConfiguration
2729public class CorrectConfigIT extends AbstractTestBase {
2830
2931 @ Configuration
Original file line number Diff line number Diff line change 1818import org .springframework .context .annotation .Configuration ;
1919import org .springframework .data .neo4j .repository .config .EnableReactiveNeo4jRepositories ;
2020import org .springframework .data .neo4j .test .Neo4jIntegrationTest ;
21+ import org .springframework .test .context .ContextConfiguration ;
2122import org .springframework .transaction .annotation .EnableTransactionManagement ;
2223
2324/**
2425 * @author Michael J. Simons
2526 */
2627@ Neo4jIntegrationTest
28+ @ ContextConfiguration
2729public class CorrectReactiveConfigIT extends AbstractReactiveTestBase {
2830
2931 @ Configuration
Original file line number Diff line number Diff line change 1818import org .springframework .context .annotation .Configuration ;
1919import org .springframework .data .neo4j .repository .config .EnableNeo4jRepositories ;
2020import org .springframework .data .neo4j .test .Neo4jIntegrationTest ;
21+ import org .springframework .test .context .ContextConfiguration ;
2122import org .springframework .transaction .annotation .EnableTransactionManagement ;
2223
2324/**
2425 * @author Michael J. Simons
2526 */
2627@ Neo4jIntegrationTest
28+ @ ContextConfiguration
2729public class WrongConfigIT extends AbstractTestBase {
2830
2931 @ Configuration
Original file line number Diff line number Diff line change 1818import org .springframework .context .annotation .Configuration ;
1919import org .springframework .data .neo4j .repository .config .EnableReactiveNeo4jRepositories ;
2020import org .springframework .data .neo4j .test .Neo4jIntegrationTest ;
21+ import org .springframework .test .context .ContextConfiguration ;
2122import org .springframework .transaction .annotation .EnableTransactionManagement ;
2223
2324/**
2425 * @author Michael J. Simons
2526 */
2627@ Neo4jIntegrationTest
28+ @ ContextConfiguration
2729public class WrongReactiveConfigIT extends AbstractReactiveTestBase {
2830
2931 @ Configuration
You can’t perform that action at this time.
0 commit comments