Fix how logging gets intercepted. It used to be on by default, now it must be turned on.
This commit is contained in:
parent
78776f2f33
commit
06f52bae9a
6 changed files with 29 additions and 7 deletions
|
|
@ -451,6 +451,8 @@ cmp_bag(
|
|||
my $vTag2 = WebGUI::VersionTag->getWorking($session);
|
||||
$vTag2->set({name=>"deep addChild test"});
|
||||
|
||||
WebGUI::Test->interceptLogging();
|
||||
|
||||
my @deepAsset = ($root);
|
||||
|
||||
for (1..42) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue