Remove notes and diags
This commit is contained in:
parent
bd4e7a2ec0
commit
cb2bb75d23
7 changed files with 0 additions and 10 deletions
|
|
@ -106,7 +106,6 @@ my $uploadsPath = Path::Class::Dir->new($session->config->get('uploadsPath'));
|
|||
my $uploadsUrl = Path::Class::Dir->new($session->config->get('uploadsURL'));
|
||||
my $graphRelative = $graphUrl->relative($uploadsUrl);
|
||||
my $graphFile = $uploadsPath->file($graphRelative);
|
||||
note $graphFile->stringify;
|
||||
|
||||
ok(-e $graphFile->stringify, 'graph exists');
|
||||
|
||||
|
|
|
|||
|
|
@ -123,7 +123,6 @@ $search->update({
|
|||
$search->update({useContainers => 1});
|
||||
$search->view;
|
||||
like $templateVars->{result_set}->[0]->{url}, qr{\?pn=\d}, 'search returns paginated URL for a Thread when useContainers=1';
|
||||
note Dumper $templateVars;
|
||||
|
||||
WebGUI::Test->unmockAssetId($templateId);
|
||||
$session->request->setup_body({});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue