more test debug output
This commit is contained in:
parent
d3df45f989
commit
8ec18c957f
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@ my $storage = WebGUI::Storage->createTemp($session);
|
||||||
$storage->addFileFromScalar('goodFile', $goodFile);
|
$storage->addFileFromScalar('goodFile', $goodFile);
|
||||||
$storage->addFileFromScalar('twoLines', $twoLines);
|
$storage->addFileFromScalar('twoLines', $twoLines);
|
||||||
$storage->addFileFromScalar('unreadableFile', 'The contents of this file are not readable');
|
$storage->addFileFromScalar('unreadableFile', 'The contents of this file are not readable');
|
||||||
chmod(0111, $storage->getPath('unreadableFile')) or diag($!);
|
chmod(0111, $storage->getPath('unreadableFile'))
|
||||||
|
diag("Unable to chmod file.");
|
||||||
|
|
||||||
my @testSets = (
|
my @testSets = (
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue