Add test case for both login and logout

This commit is contained in:
Maciej Szlosarczyk 2019-07-12 14:28:36 +03:00
parent c70d7c6bf2
commit d8e03ed484
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
7 changed files with 98 additions and 107 deletions

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd">
<response>
<result code="1000">
<msg>Command completed successfully</msg>
</result>
<trID>
<svTRID>ccReg-5886259930</svTRID>
</trID>
</response>
</epp>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<epp xmlns="https://epp.tld.ee/schema/epp-ee-1.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="lib/schemas/epp-ee-1.0.xsd">
<response>
<result code="1500">
<msg>Command completed successfully; ending session</msg>
</result>
<trID>
<svTRID>ccReg-3475281342</svTRID>
</trID>
</response>
</epp>