d8feabb353b3c2650facea4afd08c86bb56e5549
kent
  Fri Apr 6 16:51:54 2012 -0700
Moving autoSql and autoDtd and autoXml back to just under hg.  A little autoSql -django fix.
diff --git src/hg/autoXml/doTest src/hg/autoXml/doTest
new file mode 100755
index 0000000..80d799f
--- /dev/null
+++ src/hg/autoXml/doTest
@@ -0,0 +1,5 @@
+#!/bin/csh
+foreach t (polygon dasGff)
+    autoXml test/$t/$t.dtd test/$t/out/$t
+    diff -x CVS test/$t/expected test/$t/out
+end