]> git.sesse.net Git - xml-template/blobdiff - tests/test.sh
Add a new "attribute3" test, for testing undef/NULL/None behaviour (new
[xml-template] / tests / test.sh
index dc166586723799a8af9f6f29c56d714760e53488..38ab5e4a7336f9919aca5bd3bf1c58f7e4ee1713 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ -z "$TESTS" ]; then
-       TESTS="passthru simple clone include attribute attribute2"
+       TESTS="passthru simple clone include attribute attribute2 attribute3 attribute-empty"
 fi
 if [ -z "$LANGUAGES" ]; then
        LANGUAGES="perl php python"
@@ -9,7 +9,7 @@ fi
 
 for L in $LANGUAGES; do
        for T in $TESTS; do
-               printf "%-30s" "Testing $L/$T..."
+               printf "%-35s" "Testing $L/$T..."
                TEMPFILE=$( tempfile )
 
                if [ "$L" = "perl" ]; then