google-nomulus/javatests/google/registry/flows/session/testdata/generic_syntax_exception.xml
gbrodman 2a18e705a2 Add generic XML syntax testing to a flow test
Adding it to one test is sufficient because we use the same loading logic across all flows.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=239506003
2019-03-21 14:58:31 -04:00

5 lines
102 B
XML

<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
<command>
this is some bad XML
</command>
</epp>