X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FSQL%2FTranslator.pm;fp=lib%2FTest%2FSQL%2FTranslator.pm;h=6caef98410faba7b45fdeadc97c5e422e05051e0;hb=4b2d9113db9e1bb2edc1e5af9179ad49fe7d6afc;hp=a2b0bcf6b91457ae34c51f6ba0e6a1b0bbe15de8;hpb=6d0602645cc926f519ed0b468de10332adc3748b;p=dbsrgits%2FSQL-Translator.git 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.