Renamed all *Test to *Tests and fixed the depending context-files as well
This commit is contained in:
@@ -13,7 +13,7 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
@ContextConfiguration(locations = "classpath:/backwardscompatibility.xml")
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@Transactional
|
||||
public class BackwardsCompatibilityTest
|
||||
public class BackwardsCompatibilityTests
|
||||
{
|
||||
@Autowired
|
||||
private Neo4jTemplate template;
|
||||
Reference in New Issue
Block a user