Project

General

Profile

« Previous | Next » 

Revision 60567

Test label for enermaps category

View differences:

ResultEntryTest.java
68 68
						"egi::classification::natsc::math @@@ Mathematics",
69 69
						"egi::classification::natsc @@@ Natural Sciences",
70 70
						"egi::classification @@@ EGI classification scheme",
71
						"egi @@@ EGI");
71
						"egi @@@ EGI",
72
						"enermaps::selection @@@ Selected by the H2020 EnerMaps project");
72 73
			} else {
73 74
				return new ArrayList<String>();
74 75
			}
......
99 100
		pub.getLinksToProjects().add("info:eu-repo/grantAgreement/RCUK//244%2F909/EU/Making Capabilities Work/WorkAble");
100 101
		pub.getContexts().add("egi::classification::natsc::math::pure");
101 102
		pub.getContexts().add("egi::classification::natsc::math::stats");
103
		pub.getContexts().add("enermaps::selection");
102 104
		final String xml = pub.asOafRecord(ve, lookUpService, "http://oaf/oaf.xsd",community_api);
103 105

  
104 106
		final Document doc = new SAXReader().read(new StringReader(xml));

Also available in: Unified diff