Skip to content

Commit

Permalink
Update ITTodoRepositoryTest.java
Browse files Browse the repository at this point in the history
case-sensitive on toDoData.xml
  • Loading branch information
caot committed Oct 30, 2015
1 parent e0817ce commit e3561cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
DirtiesContextTestExecutionListener.class,
TransactionalTestExecutionListener.class,
DbUnitTestExecutionListener.class })
@DatabaseSetup("todoData.xml")
@DatabaseSetup("toDoData.xml")
public class ITTodoRepositoryTest {

@Autowired
Expand Down

0 comments on commit e3561cb

Please sign in to comment.