diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-16 21:06:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-16 21:06:15 +0000 |
commit | 32b7a7b22c11129c2c17d8adc3f6aceac0e6de0b (patch) | |
tree | 1e01ca2834fed3e9a05e8d41a808dfb7f047d987 /scripts/xml-parse-test.py | |
parent | 3b0c4bcd97d0af53239bfaed4a129a08858da4cf (diff) |
Switch to using APNIC's preferred version of the up-down protocol
schema. I still think the folks at APNIC are wrong about allowing
bogus error codes to slip past schema checking, but coding around this
problem is less work in the long run than maintaining a forked schema
would be. Time to bury the hatchet and move on.
svn path=/scripts/Makefile; revision=975
Diffstat (limited to 'scripts/xml-parse-test.py')
-rwxr-xr-x | scripts/xml-parse-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xml-parse-test.py b/scripts/xml-parse-test.py index ed437789..73ab295d 100755 --- a/scripts/xml-parse-test.py +++ b/scripts/xml-parse-test.py @@ -42,7 +42,7 @@ def lr_tester(elt_in, elt_out, msg): pprint_cert(cert) test(fileglob="up-down-protocol-samples/*.xml", - schema="up-down-medium-schema.rng", + schema="up-down-schema.rng", sax_handler=rpki.up_down.sax_handler, encoding="utf-8", tester=ud_tester) |