Skip to content
Snippets Groups Projects
Commit 31733db7 authored by Keith Donald's avatar Keith Donald Committed by Mic
Browse files

fixed test suite failing

parent 1b48694f
No related branches found
No related tags found
No related merge requests found
package org.springframework.samples.petclinic.hibernate;
import org.springframework.samples.petclinic.AbstractClinicTests;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ContextConfiguration;
/**
......@@ -15,6 +16,7 @@ import org.springframework.test.context.ContextConfiguration;
* @author Sam Brannen
*/
@ContextConfiguration
@DirtiesContext
public class HibernateClinicTests extends AbstractClinicTests {
}
package org.springframework.samples.petclinic.jdbc;
import org.springframework.samples.petclinic.AbstractClinicTests;
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ContextConfiguration;
/**
......@@ -14,6 +15,7 @@ import org.springframework.test.context.ContextConfiguration;
* @author Thomas Risberg
*/
@ContextConfiguration
@DirtiesContext
public class SimpleJdbcClinicTests extends AbstractClinicTests {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment