Renamed all *Test to *Tests and fixed the depending context-files as well

This commit is contained in:
Michael Hunger
2013-02-08 15:03:02 +01:00
parent b3e35c7427
commit ab46f78098
135 changed files with 355 additions and 347 deletions

View File

@@ -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;