X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.jcr%2Fsrc%2Ftest%2Fjava%2Forg%2Fargeo%2Fslc%2Fjcr%2Fdao%2FSlcExecutionDaoJcrTest.java;h=8bad6475a341779b06963543dd6ceec33302f723;hb=5fe677bf811739592b1089471181e39f9cbe4f3f;hp=eaac4eb42e64e373fb49fa644abdbd82497a3395;hpb=74904a755b5b344238eafa798419b80c5e74f7ed;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcrTest.java b/runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcrTest.java index eaac4eb42..8bad6475a 100644 --- a/runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcrTest.java +++ b/runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcrTest.java @@ -36,7 +36,7 @@ public class SlcExecutionDaoJcrTest extends AbstractSpringTestCase { super.setUp(); slcExecutionDao = getBean(SlcExecutionDao.class); session = getBean(Session.class); - host = InetAddress.getLocalHost().getCanonicalHostName(); + host = "localhost"; } public void testCreate() throws Exception {