Added a TODO in AssetPackage and changed a comment inside AssetLineage for clarity
This commit is contained in:
parent
0155c43c6e
commit
32f7866f3b
2 changed files with 8 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ like($WebGUI::Test::logger_warns, qr/Adding it as a sibling instead/, 'addChild
|
||||||
TODO: {
|
TODO: {
|
||||||
local $TODO = "Tests to make later";
|
local $TODO = "Tests to make later";
|
||||||
ok(0, 'addChild');
|
ok(0, 'addChild');
|
||||||
ok(0, 'getLineage tests');
|
ok(0, 'getLineage coverage tests');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ use WebGUI::VersionTag;
|
||||||
|
|
||||||
use Test::More; # increment this value for each test you create
|
use Test::More; # increment this value for each test you create
|
||||||
use Test::MockObject;
|
use Test::MockObject;
|
||||||
plan tests => 6;
|
plan tests => 7;
|
||||||
|
|
||||||
my $session = WebGUI::Test->session;
|
my $session = WebGUI::Test->session;
|
||||||
$session->user({userId => 3});
|
$session->user({userId => 3});
|
||||||
|
|
@ -81,6 +81,12 @@ isa_ok($deployedFolderChildren->[0] , 'WebGUI::Asset::Snippet', 'deployed child
|
||||||
my $newVersionTag = WebGUI::VersionTag->getWorking($session);
|
my $newVersionTag = WebGUI::VersionTag->getWorking($session);
|
||||||
$newVersionTag->commit;
|
$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 allows us to place an arbitrary assetId inside the form processor.
|
||||||
##This is required for deploying a package.
|
##This is required for deploying a package.
|
||||||
sub hack_session_request {
|
sub hack_session_request {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue