[glom] Added missing file



commit c5c9494fbfb4a80fd235589326c14d989f863b11
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 19 22:18:32 2010 +0100

    Added missing file

 tests/test_glade_file_validation.sh |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/tests/test_glade_file_validation.sh b/tests/test_glade_file_validation.sh
new file mode 100755
index 0000000..6a1af98
--- /dev/null
+++ b/tests/test_glade_file_validation.sh
@@ -0,0 +1,9 @@
+#/bin/sh -e
+
+for x in $(find ${srcdir}/glom/ -name "*.glade")
+do
+  # echo Validating $x
+  # TODO: Is there a Glade DTD?
+  xmllint --noout \
+    $x
+done



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]