Mercurial > openid
annotate tests/utest.urp @ 22:70ab0230649b
Fix calculation of URL to return to after sign-up
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 15 Jan 2011 15:24:42 -0500 |
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 |