Codebase list libcrypt-ssleay-perl / c9d9f18
Remove TODO from boilerplate tests A. Sinan Unur 10 years ago
1 changed file(s) with 14 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
3737 );
3838 }
3939
40 TODO: {
41 local $TODO = "Need to replace the boilerplate text";
4240
43 not_in_file_ok('README.md' =>
44 "The README is used..." => qr/The README is used/,
45 "'version information here'" => qr/to provide version information/,
46 );
41 not_in_file_ok('README.md' =>
42 "The README is used..." => qr/The README is used/,
43 "'version information here'" => qr/to provide version information/,
44 );
4745
48 not_in_file_ok(Changes =>
49 "placeholder date/time" => qr(Date/time)
50 );
46 not_in_file_ok(Changes =>
47 "placeholder date/time" => qr(Date/time)
48 );
5149
52 module_boilerplate_ok(file qw(lib Crypt SSLeay Conn.pm));
53 module_boilerplate_ok(file qw(lib Crypt SSLeay CTX.pm));
54 module_boilerplate_ok(file qw(lib Crypt SSLeay Err.pm));
55 module_boilerplate_ok(file qw(lib Crypt SSLeay MainContext.pm));
56 module_boilerplate_ok(file qw(lib Crypt SSLeay Version.pm));
57 module_boilerplate_ok(file qw(lib Crypt SSLeay X509.pm));
50 module_boilerplate_ok(file qw(lib Crypt SSLeay Conn.pm));
51 module_boilerplate_ok(file qw(lib Crypt SSLeay CTX.pm));
52 module_boilerplate_ok(file qw(lib Crypt SSLeay Err.pm));
53 module_boilerplate_ok(file qw(lib Crypt SSLeay MainContext.pm));
54 module_boilerplate_ok(file qw(lib Crypt SSLeay Version.pm));
55 module_boilerplate_ok(file qw(lib Crypt SSLeay X509.pm));
5856
59 module_boilerplate_ok(file qw(lib Net SSL.pm));
60 }
57 module_boilerplate_ok(file qw(lib Net SSL.pm));
6158
6259 done_testing;