Skip to content
Snippets Groups Projects
Commit 10beddf5 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

fix: remove log4jcontextlistener

parent dc25e34d
No related branches found
No related tags found
No related merge requests found
Pipeline #317846 passed
...@@ -41,10 +41,10 @@ public class OaiPmhTextgridOnlineTests { ...@@ -41,10 +41,10 @@ public class OaiPmhTextgridOnlineTests {
// FINALS // FINALS
// ** // **
private static final String PROPERTIES_FILE = "oaipmh.test.textgridlab-org.properties"; // private static final String PROPERTIES_FILE = "oaipmh.test.textgridlab-org.properties";
// TODO There is NO IDIOM test data for testing on dev.textgridlab.org! So eventually all // TODO There is NO IDIOM test data for testing on dev.textgridlab.org! So eventually all
// IDIOM tests will fail! // IDIOM tests will fail!
// private static final String PROPERTIES_FILE = "oaipmh.test.dev-textgridlab-org.properties"; private static final String PROPERTIES_FILE = "oaipmh.test.dev-textgridlab-org.properties";
// ** // **
// STATICS // STATICS
...@@ -569,7 +569,7 @@ public class OaiPmhTextgridOnlineTests { ...@@ -569,7 +569,7 @@ public class OaiPmhTextgridOnlineTests {
* @throws IOException * @throws IOException
*/ */
@Test @Test
// @Ignore @Ignore
public void testListRecordsIDIOMMETSAllPages() throws IOException { public void testListRecordsIDIOMMETSAllPages() throws IOException {
System.out.println(OaiPmhTestUtilities.TESTING + "testListRecordsIDIOMMETSAllPages()"); System.out.println(OaiPmhTestUtilities.TESTING + "testListRecordsIDIOMMETSAllPages()");
......
...@@ -23,9 +23,11 @@ ...@@ -23,9 +23,11 @@
</context-param> </context-param>
<!-- Listener classes --> <!-- Listener classes -->
<listener> <!--
<listener>
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class>
</listener> </listener>
-->
<listener> <listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
......
...@@ -132,4 +132,4 @@ ...@@ -132,4 +132,4 @@
<url>https://nexus.gwdg.de/repository/maven-dariah-public/</url> <url>https://nexus.gwdg.de/repository/maven-dariah-public/</url>
</repository> </repository>
</distributionManagement> </distributionManagement>
</project> </project>
\ No newline at end of file
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