remove WebGUI::Utility::emailRegex
This commit is contained in:
parent
10aa605304
commit
a34f51a903
5 changed files with 5 additions and 24 deletions
|
|
@ -165,14 +165,6 @@ is(WebGUI::Utility::isInSubnet('192.168.0.1', ['192.257.0.1/32']), undef, 'isInS
|
|||
is(WebGUI::Utility::isInSubnet('192.168.0.1', ['192.168.258.1/32']), undef, 'isInSubnet: ip has an out of range quad');
|
||||
is(WebGUI::Utility::isInSubnet('192.168.0.1', ['192.168.0.259/32']), undef, 'isInSubnet: ip has an out of range quad');
|
||||
|
||||
#####################################################################
|
||||
#
|
||||
# emailRegex
|
||||
#
|
||||
#####################################################################
|
||||
|
||||
isa_ok(WebGUI::Utility::emailRegex, 'Regexp');
|
||||
|
||||
TODO: {
|
||||
local $TODO = 'Things to do';
|
||||
ok(0, 'Move email validation tests out of Form/Email into here');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue