Remove notes and diags

This commit is contained in:
Colin Kuskie 2010-08-10 16:31:47 -07:00
parent bd4e7a2ec0
commit cb2bb75d23
7 changed files with 0 additions and 10 deletions

View file

@ -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');

View file

@ -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({});