diff --git a/t/Asset/AssetLineage.t b/t/Asset/AssetLineage.t index 79662e498..57379a61c 100644 --- a/t/Asset/AssetLineage.t +++ b/t/Asset/AssetLineage.t @@ -442,7 +442,7 @@ like($WebGUI::Test::logger_warns, qr/Adding it as a sibling instead/, 'addChild TODO: { local $TODO = "Tests to make later"; ok(0, 'addChild'); - ok(0, 'getLineage tests'); + ok(0, 'getLineage coverage tests'); } diff --git a/t/Asset/AssetPackage.t b/t/Asset/AssetPackage.t index ca6f53a2f..837bfe7a3 100644 --- a/t/Asset/AssetPackage.t +++ b/t/Asset/AssetPackage.t @@ -23,7 +23,7 @@ use WebGUI::VersionTag; use Test::More; # increment this value for each test you create use Test::MockObject; -plan tests => 6; +plan tests => 7; my $session = WebGUI::Test->session; $session->user({userId => 3}); @@ -81,6 +81,12 @@ isa_ok($deployedFolderChildren->[0] , 'WebGUI::Asset::Snippet', 'deployed child my $newVersionTag = WebGUI::VersionTag->getWorking($session); $newVersionTag->commit; +TODO: { + local $TODO = "Tests to make later"; + ok(0, 'Check package deployment with 2-level package and look for new style templates propagating down the tree'); +} + + ##This allows us to place an arbitrary assetId inside the form processor. ##This is required for deploying a package. sub hack_session_request {