start xsd tests

This commit is contained in:
Thomas Levine 2012-10-11 01:25:10 -04:00
parent ccef0dfbce
commit a6d223d0e8
3 changed files with 9 additions and 0 deletions

3
tests/flags/xsd/.fixture/fail Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exit 1

3
tests/flags/xsd/.fixture/pass Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
exit

3
tests/flags/xsd/produces xml Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
../../../urchin .fixture | grep 'http://www.w3.org/2001/XMLSchema'