X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.slc.example%2Fsrc%2Ftest%2Fjava%2Forg%2Fargeo%2Fslc%2Fexample%2Fjunit%2FExampleIntegrationTest.java;h=4d30e1a2338af9a426c6bc93173056896ff77ba5;hb=27025438dafbc77a25f0b14d56e07bfc2e2f2c96;hp=c072a21be94ce6c7c4c721d61fe1c476aa549130;hpb=fe7713bc24976ddb7e7b3a0e9656b14b9356d5c1;p=gpl%2Fargeo-slc.git diff --git a/org.argeo.slc.example/src/test/java/org/argeo/slc/example/junit/ExampleIntegrationTest.java b/org.argeo.slc.example/src/test/java/org/argeo/slc/example/junit/ExampleIntegrationTest.java index c072a21be..4d30e1a23 100644 --- a/org.argeo.slc.example/src/test/java/org/argeo/slc/example/junit/ExampleIntegrationTest.java +++ b/org.argeo.slc.example/src/test/java/org/argeo/slc/example/junit/ExampleIntegrationTest.java @@ -8,7 +8,7 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.tools.ant.Project; import org.argeo.slc.ant.AntRegistryUtil; -import org.argeo.slc.ant.SlcProjectHelper; +import org.argeo.slc.ant.SlcAntConstants; import org.argeo.slc.core.test.TestStatus; import org.argeo.slc.core.test.tree.TreeTestResult; import org.argeo.slc.dao.test.TestResultDao; @@ -36,7 +36,7 @@ public class ExampleIntegrationTest extends TestCase { Project p = AntRegistryUtil.runAll(antFile); ApplicationContext context = (ApplicationContext) p - .getReference(SlcProjectHelper.REF_ROOT_CONTEXT); + .getReference(SlcAntConstants.REF_ROOT_CONTEXT); TestResultDao testResultDao = (TestResultDao) context .getBean("testResultDao");