From: Mark Addison Date: Sun, 29 Feb 2004 20:32:39 +0000 (+0000) Subject: Added Todo X-Git-Tag: v0.06~162 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=19458c2f7ad8fd25a2584a2a1cbd7e656867b31f;p=dbsrgits%2FSQL-Translator.git Added Todo --- diff --git a/lib/Test/SQL/Translator.pm b/lib/Test/SQL/Translator.pm index 3e8b08b..a689b19 100644 --- a/lib/Test/SQL/Translator.pm +++ b/lib/Test/SQL/Translator.pm @@ -1,7 +1,7 @@ package Test::SQL::Translator; # ---------------------------------------------------------------------- -# $Id: Translator.pm,v 1.2 2004-02-29 20:10:35 grommit Exp $ +# $Id: Translator.pm,v 1.3 2004-02-29 20:32:39 grommit Exp $ # ---------------------------------------------------------------------- # Copyright (C) 2003 The SQLFairy Authors # @@ -34,7 +34,7 @@ use warnings; use base qw(Exporter); use vars qw($VERSION @EXPORT @EXPORT_OK); -$VERSION = sprintf "%d.%02d", q$Revision: 1.2 $ =~ /(\d+)\.(\d+)/; +$VERSION = sprintf "%d.%02d", q$Revision: 1.3 $ =~ /(\d+)\.(\d+)/; @EXPORT = qw( schema_ok table_ok @@ -530,6 +530,11 @@ table_ok, field_ok, constraint_ok, index_ok, view_ok, trigger_ok, procedure_ok Test whole schema. +=item Test Count Constants + +Constants to give the number of tests each *_ok sub uses. e.g. How many tests +does field_ok run? Can then use these to set up the test plan easily. + =item Test skipping As the test subs wrap up lots of tests in one call you can't skip idividual