Task #1259
Story #889: implement registry node response at baseURL for Member Nodes
create integration tests for this
Start date:
2011-01-24
Due date:
% Done:
100%
Milestone:
Product Version:
*
Story Points:
Sprint:
Description
since a member node, only returns a nodelist object containing one node (itself), for example (linebreaks inserted):
<?xml version="1.0" encoding="UTF-8"?>
http://knb-mn.ecoinformatics.org
metacat -- WAR version 2011.02.18.11.17
A metacat member node.
http://knb.ecoinformatics.org/knb/d1/
/d1:nodeList
(and without the linebreaks):
<?xml version="1.0" encoding="UTF-8"?>http://knb-mn.ecoinformatics.orgmetacat -- WAR version 2011.02.18.11.17A metacat member node.http://knb.ecoinformatics.org/knb/d1//d1:nodeList
History
#1 Updated by Rob Nahf almost 14 years ago
- Category deleted (
d1_cn_service)
#2 Updated by Rob Nahf over 13 years ago
- translation missing: en.field_remaining_hours set to 2.0
#3 Updated by Rob Nahf over 13 years ago
- Status changed from New to In Progress
#4 Updated by Rob Nahf over 13 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
- translation missing: en.field_remaining_hours changed from 2.0 to 0.0
added testNodeResponse to D1ClientTest in d1_integration. checks to make sure a NodeList object is returned.