Skip to content
Snippets Groups Projects
Commit 0f3418ce authored by srosse's avatar srosse
Browse files

no-jira: fix the unit tests as the uni remove the olatUserAndGroupService.jar

parent 261d8786
No related merge requests found
......@@ -55,7 +55,7 @@ public class TestDeployableRepositoryExport extends AbstractJUnit4SpringContextT
assertEquals(bean.getVersion(),Float.valueOf(1));
File file = bean.getDeployableCourseZipFile();
assertEquals(file.getName(),"olatUserAndGroupService.jar");
assertEquals(file.getName(),"OpenOLAT-Help-8.1.zip");
assertNotNull(file);
assertTrue(file.exists());
}
......
......@@ -11,16 +11,16 @@
<!-- Testbed for some spring created beans -->
<bean id="normalzip" class="org.olat.course.DeployableCourseExport">
<property name="courseUrl" value="http://www.olat.org/downloads/stable/olatUserAndGroupService.jar" />
<property name="courseUrl" value="http://nexus.openolat.org/nexus/content/repositories/openolat/org/openolat/help/OpenOLAT-Help/8.1/OpenOLAT-Help-8.1.zip" />
<property name="version" value="1" />
</bean>
<bean id="badurl" class="org.olat.course.DeployableCourseExport">
<property name="courseUrl" value="http://www.olat.org/bla" />
<property name="courseUrl" value="http://www.openolat.org/bla" />
</bean>
<bean id="textfile" class="org.olat.course.DeployableCourseExport">
<property name="courseUrl" value="http://www.olat.org/website/en/html/index.html" />
<property name="courseUrl" value="http://www.openolat.org/home.html" />
<property name="access" value="4" />
<property name="identifier" value="my identifier" />
</bean>
......
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