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

Fix test

parent dce0cdb5
No related branches found
No related tags found
No related merge requests found
......@@ -23,9 +23,9 @@ public class TestOAIPMHUtilities {
assertTrue(false);
}
// Check tgrep set IDs.
// Check tgrep set IDs (do not filter project: prefix!).
String id2 = "project:TGPR-2c283391-6ed5-70b4-2e5e-5501c856bca9";
String exp2 = "TGPR-2c283391-6ed5-70b4-2e5e-5501c856bca9";
String exp2 = "project:TGPR-2c283391-6ed5-70b4-2e5e-5501c856bca9";
String res2 = OAIPMHUtilities.omitPrefixFromIdentifier(id2);
if (!res2.equals(exp2)) {
System.out.println(res2 + "!=" + exp2);
......
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