mark another TODO test
This commit is contained in:
parent
6516062d4d
commit
0ad99c3994
1 changed files with 12 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ use HTML::TokeParser;
|
|||
use WebGUI::Test;
|
||||
use WebGUI::Session;
|
||||
|
||||
use Test::More tests => 33; # increment this value for each test you create
|
||||
use Test::More tests => 34; # increment this value for each test you create
|
||||
use Test::Deep;
|
||||
|
||||
my $session = WebGUI::Test->session;
|
||||
|
|
@ -135,6 +135,17 @@ TODO: {
|
|||
ok(0, 'check for immediate send if sent returns true');
|
||||
}
|
||||
|
||||
####################################################
|
||||
#
|
||||
# generateAdditionalHeadTags
|
||||
#
|
||||
####################################################
|
||||
|
||||
TODO: {
|
||||
local $TODO = "more generateAdditionalHeadTags tests";
|
||||
ok(0, 'check for Macro processing in generateAdditionalHeadTags');
|
||||
}
|
||||
|
||||
sub simpleLinkParser {
|
||||
my ($tokenName, $text) = @_;
|
||||
my $p = HTML::TokeParser->new(\$text);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue