annotate tests/utest.urp @ 48:3f475c6fb168

Make logout clear the session on the server (which necessitates turning it from a link into a button)
author Robin Green <greenrd@greenrd.org>
date Mon, 04 Jul 2011 14:08:00 +0100
parents 5e03668972ea
children 089ad1d33e2f
rev   line source
adam@19 1 path META=../../meta
adam@19 2 library ../src/ur
adam@19 3 rewrite all Utest/*
adam@19 4 database dbname=openid
adam@19 5 sql utest.sql
adam@19 6 allow url http://*
adam@19 7 allow url https://*
adam@19 8 allow url /*
adam@19 9 prefix http://localhost:8080/
adam@19 10
adam@19 11 utest