]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.core/src/test/java/org/argeo/slc/core/test/context/AbstractInternalSpringTestCase.java
Introduce relative resource sets
[gpl/argeo-slc.git] / runtime / org.argeo.slc.core / src / test / java / org / argeo / slc / core / test / context / AbstractInternalSpringTestCase.java
index cded892ef3903305df8b45bb60686175bdd01544..b2f73828022101f7e6e241624fa3c65ba1e8e763 100644 (file)
@@ -12,8 +12,8 @@ import org.springframework.beans.factory.ListableBeanFactory;
 import org.springframework.context.ConfigurableApplicationContext;\r
 import org.springframework.context.support.ClassPathXmlApplicationContext;\r
 \r
-/** Helper for tests using a Spring application co,text. */\r
-abstract class AbstractInternalSpringTestCase extends TestCase {\r
+/** Helper for tests using a Spring application context. */\r
+public abstract class AbstractInternalSpringTestCase extends TestCase {\r
        protected final Log log = LogFactory.getLog(getClass());\r
        private ConfigurableApplicationContext context;\r
 \r