Skip to content
Snippets Groups Projects
Commit 24ac0883 authored by mbrodhu's avatar mbrodhu
Browse files

resolving concurrency problem in RecordListDeliverer

parent 3034f6e7
No related branches found
No related tags found
No related merge requests found
...@@ -322,7 +322,7 @@ public class OaiPmhTest { ...@@ -322,7 +322,7 @@ public class OaiPmhTest {
* @throws ParseException * @throws ParseException
*/ */
@Test @Test
//@Ignore @Ignore
public void testListRecordSets() throws ParseException { public void testListRecordSets() throws ParseException {
OaiPmhTest.recordList.setContributor(TGConstants.CONTRIBUTOR_LIST); OaiPmhTest.recordList.setContributor(TGConstants.CONTRIBUTOR_LIST);
OaiPmhTest.recordList.setCoverage(TGConstants.COVERAGE_LIST); OaiPmhTest.recordList.setCoverage(TGConstants.COVERAGE_LIST);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment