intertwingly

It’s just data

AppClientTest Update


Joe Gregorio: I’ve just checked in an updated version of the AppClientTest, a program for testing your AtomPub service. It has been updated to use the atompubbase module and also sports HTML output as an option. To make it easier to develop I’ve transcluded via svn:externals all the libraries you will need as long as you are running Python 2.5.

Pointing appclienttest at WordPress HEAD:

export URI=https://rubix.home/wordpress/wp-app.php/service
export USERNAME=rubys
export PASSWORD=password

cd /home/rubys/svn/apptestsuite/client
echo $USERNAME >  apptestsuite.credentials
echo $PASSWORD >> apptestsuite.credentials
svn update > apptestsuite.out

python validator/appclienttest.py --html --credentials apptestsuite.credentials $URI > apptestsuite.html 2>apptestsuite.err
export APPRC=$?

rm apptestsuite.credentials
echo [rc=$APPRC] >> apptestsuite.err

Results: svn, html, error

Summary: 6 errors and 36 warnings.  Yikes!