fixed tests
preparing for release
This commit is contained in:
parent
89d48adad2
commit
f5f358ccf3
7 changed files with 13 additions and 15 deletions
|
|
@ -24,7 +24,6 @@ my $i18n = WebGUI::International->new($session, 'Macro_Include');
|
|||
|
||||
my $configFile = WebGUI::Test->root .'/etc/'. WebGUI::Test->file;
|
||||
my $spectreConf = WebGUI::Test->root . '/etc/spectre.conf';
|
||||
my $confBackup = WebGUI::Test->root . '/etc/my.conf%';
|
||||
|
||||
my $goodFile = 'The contents of this file are accessible';
|
||||
my $twoLines = "This file contains two lines of text\nThis is the second line";
|
||||
|
|
@ -66,11 +65,6 @@ my @testSets = (
|
|||
output => $i18n->get('security'),
|
||||
comment => q|spectre config file|,
|
||||
},
|
||||
{
|
||||
file => $confBackup,
|
||||
output => $i18n->get('security'),
|
||||
comment => q|conf backup file|,
|
||||
},
|
||||
{
|
||||
file => $storage->getPath('non-existantFile'),
|
||||
output => $i18n->get('not found'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue