Author: janne.t.harkonen
Date: Mon Apr 6 06:04:45 2009
New Revision: 1697
Added:
trunk/tools/statuschecker/test/
trunk/tools/statuschecker/test/example.html
- copied, changed from r1695, /trunk/tools/statuschecker/example.html
trunk/tools/statuschecker/test/test.sh (contents, props changed)
Removed:
trunk/tools/statuschecker/example.html
trunk/tools/statuschecker/test.sh
Log:
Moved tests to directory `test`
Copied: trunk/tools/statuschecker/test/example.html (from r1695,
/trunk/tools/statuschecker/example.html)
==============================================================================
Added: trunk/tools/statuschecker/test/test.sh
==============================================================================
--- (empty file)
+++ trunk/tools/statuschecker/test/test.sh Mon Apr 6 06:04:45 2009
@@ -0,0 +1,7 @@
+#!/bin/bash
+basedir=$PWD/test
+pybot --loglevel DEBUG --log none --report none --outputdir $basedir
$basedir/example.html
+python $basedir/../statuschecker.py $basedir/output.xml
+rebot $basedir/output.xml
+
+