You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Notification tests try to create various container types and then look to see if these container types appear in the notifications.
The problem with this test is that the code tries to create Direct and Indirect containers without any of the required ldp properties. According to the LDP spec, direct and indirect containers must have ldp:membershipResource and one of either ldp:hasMemberRelation or ldp:isMemberOfRelation. Any LDP server that enforces these restrictions will fail at that point, regardless of what rdf:type values the notifications happen to have.
The text was updated successfully, but these errors were encountered:
The Notification tests try to create various container types and then look to see if these container types appear in the notifications.
The problem with this test is that the code tries to create Direct and Indirect containers without any of the required ldp properties. According to the LDP spec, direct and indirect containers must have
ldp:membershipResource
and one of eitherldp:hasMemberRelation
orldp:isMemberOfRelation
. Any LDP server that enforces these restrictions will fail at that point, regardless of whatrdf:type
values the notifications happen to have.The text was updated successfully, but these errors were encountered: