Joe Gregorio wrote:
> In the context of testing an APP server I think it is reasonable to assume
> that appclienttest.py is the *only* client accessing the server for the
> duration of the test. Given that assumption, are the following three tests
> reasonable? Are they the expected behaviour of an APP server implementation?
> If so, do we need more spec text to make that clear(er)?
> 
>>> class EntryCreationMustBeReflectedInFeed(Error):
>>>    text = _('When an entry is successfully created it must be added to the 
>>> associated feed.')
>>

+1

>>> class EntryDeletionMustBeReflectedInFeed(Error):
>>>    text = _('When an entry is successfully deleted it must be removed from 
>>> the associated feed.')
>>

+1

>>> class LocationHeaderMustMatchLinkRelEdit(Error):
>>>    text = _('The link/@rel="edit" URI must match the URI returned via the 
>>> Link: HTTP header during creation.')
> 

+1


- James

Reply via email to