diff options
author | louise <louise> | 2009-11-18 16:57:40 +0000 |
---|---|---|
committer | louise <louise> | 2009-11-18 16:57:40 +0000 |
commit | 3fbca62889155dfda8e6644edb953ed58019c750 (patch) | |
tree | cdc330a17990c9b9972bdec25bf3ed33ad95763a | |
parent | 6949321f81e1ddc71ed8965218d9e16e4ec4e2e9 (diff) |
Upated number of tests
-rwxr-xr-x | t/Page.t | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,12 +6,12 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: louise@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: Page.t,v 1.10 2009-11-18 15:35:03 louise Exp $ +# $Id: Page.t,v 1.11 2009-11-18 16:57:40 louise Exp $ # use strict; use warnings; -use Test::More tests => 22; +use Test::More tests => 15; use Test::Exception; use FindBin; |