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/utils/autoDtd/doTest src/utils/autoDtd/doTest deleted file mode 100755 index 0528b79..0000000 --- src/utils/autoDtd/doTest +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh - -for T in hotnews chado shapes -do - autoDtd test/${T}/in.xml test/${T}/out.dtd \ - test/${T}/out.stats -tree=test/${T}/out.tree -atree=test/${T}/out.atree - diff test/${T}/expected.dtd test/${T}/out.dtd - diff test/${T}/expected.stats test/${T}/out.stats - diff test/${T}/expected.tree test/${T}/out.tree - diff test/${T}/expected.atree test/${T}/out.atree -done - -# $Id: doTest,v 1.4 2005/12/20 17:55:27 kent Exp $