mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
minor update on comment
This commit is contained in:
parent
a59505897d
commit
4c859ed512
2 changed files with 2 additions and 3 deletions
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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;
|
Loading…
Reference in a new issue