diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-02-09 01:57:42 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-02-09 01:57:42 +0000 | 
| commit | b415b347328e7db0f41f0294c06060c6dd156b3d (patch) | |
| tree | 8ebf0c6fee7e5ef8ae338bc7075b72fdfddf420a /perl/t/schema.t | |
| parent | ca4ca4db50041938cfca4de4a7c0d454c014fcec (diff) | |
Add file object support to the wallet server.
Diffstat (limited to 'perl/t/schema.t')
| -rwxr-xr-x | perl/t/schema.t | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/perl/t/schema.t b/perl/t/schema.t index 8ee8a02..c7e9133 100755 --- a/perl/t/schema.t +++ b/perl/t/schema.t @@ -4,7 +4,7 @@  # t/schema.t -- Tests for the wallet schema class.  #  # Written by Russ Allbery <rra@stanford.edu> -# Copyright 2007 Board of Trustees, Leland Stanford Jr. University +# Copyright 2007, 2008 Board of Trustees, Leland Stanford Jr. University  #  # See LICENSE for licensing terms. @@ -22,7 +22,7 @@ ok (defined $schema, 'Wallet::Schema creation');  ok ($schema->isa ('Wallet::Schema'), ' and class verification');  my @sql = $schema->sql;  ok (@sql > 0, 'sql() returns something'); -is (scalar (@sql), 28, ' and returns the right number of statements'); +is (scalar (@sql), 29, ' and returns the right number of statements');  # Connect to a database and test create.  db_setup; | 
