summaryrefslogtreecommitdiff
path: root/tests/test
diff options
context:
space:
mode:
authorChristoph Burschka2013-12-30 13:13:33 +0100
committerChristoph Burschka2013-12-30 13:13:33 +0100
commit0c59589d478b11fbc9ae71391e7754c00ae2427b (patch)
tree8a022168c31fdb1f2db022e9a491cc949416dc4b /tests/test
parentOnly make exceptions for those plugins that actually duplicate code. (diff)
downloadejabberd-auth-php-0c59589d478b11fbc9ae71391e7754c00ae2427b.tar.gz
Rewrote Unit tests to explain successes and failures more clearly.
Diffstat (limited to 'tests/test')
-rwxr-xr-xtests/test11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test b/tests/test
deleted file mode 100755
index 01662c6..0000000
--- a/tests/test
+++ /dev/null
@@ -1,11 +0,0 @@
-p=`dirname $0`
-php $p/test.php > $p/test.in
-php $p/../main.php <$p/test.in>$p/test.out
-if [ -z "$(diff $p/test.out $p/test.successful)" ]
-then
- echo "Test successful."
- rm $p/test.in $p/test.out
-else
- echo "Test unsuccessful. Check activity logs."
-fi
-