diff --git a/t/Session/Url.t b/t/Session/Url.t index fa5db6a1a..1c5b7c56e 100644 --- a/t/Session/Url.t +++ b/t/Session/Url.t @@ -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';