internetee-epp_proxy/apps/epp_proxy/test
Maciej Szlosarczyk e99733aaf0
Send frame as request paramater as well
Here's what happens: When a client sends simple command without any
values in XML, registry can drop the `raw_frame` parameter
completely. If so, it relies on `frame` parameter being passed on to
create XML document.

https://github.com/internetee/registry/blame/ad823391b75509d5be20ee6ef217aa4f35a4c994/lib/epp_constraint.rb#L14

Fix involves sending the XML string twice, as `frame` and
`raw_frame`, the same as `mod_epp` did.
2019-07-17 10:53:31 +03:00
..
epp_certs_SUITE.erl Change function name from *_case to *_test_case 2019-07-11 12:23:06 +03:00
epp_http_client_SUITE.erl Send frame as request paramater as well 2019-07-17 10:53:31 +03:00
epp_router_SUITE.erl Add basic test case for greeting 2019-07-12 12:49:08 +03:00
epp_util_SUITE.erl Fix test case that does nothing 2019-07-15 13:55:44 +03:00
epp_xml_SUITE.erl Remove unused guard 2019-07-12 15:54:01 +03:00
tcp_client_SUITE.erl Add test for messages that overflow the initial buffer 2019-07-15 14:34:46 +03:00
tls_client_SUITE.erl Add test for messages that overflow the initial buffer 2019-07-15 14:34:46 +03:00