leave notes as to future tests that need to be written for getBackToSiteURL
This commit is contained in:
parent
dac78e161c
commit
484bc40569
1 changed files with 7 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ my @getRefererUrlTests = (
|
|||
);
|
||||
|
||||
use Test::More;
|
||||
plan tests => 54 + scalar(@getRefererUrlTests);
|
||||
plan tests => 56 + scalar(@getRefererUrlTests);
|
||||
|
||||
my $session = WebGUI::Test->session;
|
||||
|
||||
|
|
@ -350,6 +350,12 @@ is(
|
|||
q!getBackToSiteURL: Root returns you to the default Asset!
|
||||
);
|
||||
|
||||
TODO: {
|
||||
local $TODO = 'extra tests for getBackToSiteURL';
|
||||
ok(0, 'test a child of the import node');
|
||||
ok(0, 'test a child of the media folder');
|
||||
}
|
||||
|
||||
my $statefulAsset = WebGUI::Asset->getRoot($session)->addChild({ className => 'WebGUI::Asset::Snippet' });
|
||||
|
||||
$statefulAsset->{_properties}{state} = 'archived';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue