]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.jcr/src/test/java/org/argeo/slc/jcr/dao/SlcExecutionDaoJcrTest.java
Adapt to changes in Argeo Commons
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.jcr / src / test / java / org / argeo / slc / jcr / dao / SlcExecutionDaoJcrTest.java
index eaac4eb42e64e373fb49fa644abdbd82497a3395..8bad6475a341779b06963543dd6ceec33302f723 100644 (file)
@@ -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 {