fixed tests

preparing for release
This commit is contained in:
JT Smith 2007-05-23 17:42:51 +00:00
parent 89d48adad2
commit f5f358ccf3
7 changed files with 13 additions and 15 deletions

View file

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