Renamed tests class. Done now.

This commit is contained in:
Andrey
2012-06-07 22:09:49 +04:00
parent c0fd916780
commit ab572acc95

View File

@@ -21,7 +21,7 @@ import org.springframework.transaction.annotation.Transactional;
@ContextConfiguration(locations = "classpath:/spring/helloWorldContext.xml")
@RunWith(SpringJUnit4ClassRunner.class)
@Transactional
public class WorldsTest {
public class GalaxyServiceTest {
@Autowired
private GalaxyService galaxyService;