Fixed wrong code for postcondition in unset_orig_path_info
This commit is contained in:
@@ -314,7 +314,7 @@ feature {NONE} -- Element change: CGI meta parameter related to PATH_INFO
|
|||||||
orig_path_info := Void
|
orig_path_info := Void
|
||||||
unset_meta_variable ({WGI_META_NAMES}.orig_path_info)
|
unset_meta_variable ({WGI_META_NAMES}.orig_path_info)
|
||||||
ensure
|
ensure
|
||||||
unset: attached meta_variable ({WGI_META_NAMES}.orig_path_info)
|
unset: meta_variable ({WGI_META_NAMES}.orig_path_info) = Void
|
||||||
end
|
end
|
||||||
|
|
||||||
update_path_info
|
update_path_info
|
||||||
@@ -409,7 +409,7 @@ invariant
|
|||||||
empty_string_unchanged: empty_string.is_empty
|
empty_string_unchanged: empty_string.is_empty
|
||||||
|
|
||||||
note
|
note
|
||||||
copyright: "2011-2011, Eiffel Software and others"
|
copyright: "2011-2012, Eiffel Software and others"
|
||||||
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
||||||
source: "[
|
source: "[
|
||||||
Eiffel Software
|
Eiffel Software
|
||||||
|
|||||||
Reference in New Issue
Block a user