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

Remove "projects:" prefix from filtering

parent 6b6d3624
No related branches found
No related tags found
No related merge requests found
......@@ -83,11 +83,10 @@ public class OAIPMHUtilities {
public static final String PREFIX_DEVIDER = ":";
public static final String PREFIX_HDL = "hdl";
public static final String PREFIX_TEXTGRID = "textgrid";
public static final String PREFIX_PROJECT = "project";
// public static final String PREFIX_PROJECT = "project";
public static final Set<String> IDENTIFIER_PREFIXES_TO_FILTER = new HashSet<String>(Arrays.asList(
PREFIX_HDL,
PREFIX_TEXTGRID,
PREFIX_PROJECT));
PREFIX_TEXTGRID));
// **
// CLASS
......@@ -556,7 +555,7 @@ public class OAIPMHUtilities {
/**
* <p>
* Check identifier for prefixes: Remove "textgrid:", "project:", and "hdl:" prefixes.
* Check identifier for prefixes: Remove "textgrid:" and "hdl:" prefixes.
* </p>
*
* @param identifier
......
......@@ -26,7 +26,7 @@ import info.textgrid.utils.httpclient.TGHttpResponse;
*
* @author Stefan E. Funk, SUB Göttingen
*/
@Ignore
// @Ignore
public class OaiPmhTextgridOnlineTests {
private static final String OAI_DC_PREFIX = "oai_dc";
......@@ -399,7 +399,7 @@ public class OaiPmhTextgridOnlineTests {
* @throws IOException
*/
@Test
public void testListRecordsOAIDCSinglePage() throws IOException {
public void testListRecordsWithSetOAIDCSinglePage() throws IOException {
System.out.println(TESTING + "testListRecordsOAIDCSinglePage()");
......
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