From: David Steinbrunner Date: Fri, 13 Sep 2013 11:18:33 +0000 (-0400) Subject: typo fix X-Git-Tag: v0.011017~17^2~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4b2d9113db9e1bb2edc1e5af9179ad49fe7d6afc;p=dbsrgits%2FSQL-Translator.git typo fix --- diff --git a/lib/Test/SQL/Translator.pm b/lib/Test/SQL/Translator.pm index a2b0bcf..6caef98 100644 --- a/lib/Test/SQL/Translator.pm +++ b/lib/Test/SQL/Translator.pm @@ -600,7 +600,7 @@ 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 +As the test subs wrap up lots of tests in one call you can't skip individual tests only whole sets e.g. a whole table or field. We could add skip_* items to the test hashes to allow per test skips. e.g.