added reference to assertion tags in check justiciation
This commit is contained in:
@@ -113,7 +113,7 @@ feature {NONE} -- Implementation
|
|||||||
create h.make
|
create h.make
|
||||||
h.put_content_type_text_plain
|
h.put_content_type_text_plain
|
||||||
check attached unavailablity_message as m then
|
check attached unavailablity_message as m then
|
||||||
-- invariant plus precondition
|
-- invariant `unavailability_message_attached' plus precondition `unavailable'
|
||||||
h.put_content_length (m.count)
|
h.put_content_length (m.count)
|
||||||
h.put_current_date
|
h.put_current_date
|
||||||
res.set_status_code ({HTTP_STATUS_CODE}.service_unavailable)
|
res.set_status_code ({HTTP_STATUS_CODE}.service_unavailable)
|
||||||
|
|||||||
Reference in New Issue
Block a user