mirror of
https://github.com/google/nomulus.git
synced 2025-06-11 23:14:45 +02:00
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
This commit is contained in:
parent
36fd13f8e0
commit
2a18e705a2
5 changed files with 26 additions and 13 deletions
5
javatests/google/registry/flows/session/testdata/generic_syntax_exception.xml
vendored
Normal file
5
javatests/google/registry/flows/session/testdata/generic_syntax_exception.xml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
||||
<command>
|
||||
this is some bad XML
|
||||
</command>
|
||||
</epp>
|
Loading…
Add table
Add a link
Reference in a new issue