From 32b7a7b22c11129c2c17d8adc3f6aceac0e6de0b Mon Sep 17 00:00:00 2001
From: Rob Austein <sra@hactrn.net>
Date: Sun, 16 Sep 2007 21:06:15 +0000
Subject: 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
---
 scripts/xml-parse-test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'scripts/xml-parse-test.py')

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)
-- 
cgit v1.2.3