Skip to content
Snippets Groups Projects
Commit 4c859ed5 authored by michaelisvy's avatar michaelisvy
Browse files

minor update on comment

parent a5950589
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment