Skip to content
Snippets Groups Projects
Commit 7b8a9ec8 authored by Mic's avatar Mic
Browse files

#18 fixing error related to VisitsViewTests

- test didn't have the suffix "Tests" so it was not taken into account
when running Maven in the comand line
parent 4f8063e9
Branches
Tags
No related merge requests found
......@@ -44,9 +44,9 @@ import org.springframework.web.context.WebApplicationContext;
*/
@RunWith(SpringJUnit4ClassRunner.class)
@WebAppConfiguration
@ContextConfiguration("VisitsViewTest-config.xml")
@ContextConfiguration("VisitsViewTests-config.xml")
@ActiveProfiles("jdbc")
public class VisitsViewTest {
public class VisitsViewTests {
@Autowired
private WebApplicationContext webApplicationContext;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment