minor update on comment

This commit is contained in:
michaelisvy 2015-05-12 19:52:00 +08:00
parent a59505897d
commit 4c859ed512
2 changed files with 2 additions and 3 deletions

View file

@ -317,8 +317,7 @@
<defaultGoal>install</defaultGoal>
<testResources>
<testResource>
<!-- declared explicitly so Spring config files can be placed next to their corresponding JUnit test class
(see example with ValidatorTests) -->
<!-- declared explicitly so Spring config files can be placed next to their corresponding JUnit test class -->
<directory>${project.basedir}/src/test/java</directory>
</testResource>
<testResource>

View file

@ -28,7 +28,7 @@ import org.springframework.web.context.WebApplicationContext;
@ContextConfiguration({"classpath:spring/business-config.xml", "classpath:spring/tools-config.xml", "classpath:spring/mvc-core-config.xml"})
@WebAppConfiguration
@ActiveProfiles("spring-data-jpa")
public class VetControllerTest {
public class VetControllerTests {
@Autowired
private VetController vetController;