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> <defaultGoal>install</defaultGoal>
<testResources> <testResources>
<testResource> <testResource>
<!-- declared explicitly so Spring config files can be placed next to their corresponding JUnit test class <!-- declared explicitly so Spring config files can be placed next to their corresponding JUnit test class -->
(see example with ValidatorTests) -->
<directory>${project.basedir}/src/test/java</directory> <directory>${project.basedir}/src/test/java</directory>
</testResource> </testResource>
<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"}) @ContextConfiguration({"classpath:spring/business-config.xml", "classpath:spring/tools-config.xml", "classpath:spring/mvc-core-config.xml"})
@WebAppConfiguration @WebAppConfiguration
@ActiveProfiles("spring-data-jpa") @ActiveProfiles("spring-data-jpa")
public class VetControllerTest { public class VetControllerTests {
@Autowired @Autowired
private VetController vetController; private VetController vetController;