X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Fweb%2Finstaller.t;h=a690e1a225a8dab29d95519ce485271092f914ab;hp=a34cdcb4b0a8ee96a46472adf392c09256d80d16;hb=de9d037528895f7151a9aead6724ce2df95f9586;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125 diff --git a/rt/t/web/installer.t b/rt/t/web/installer.t index a34cdcb4b..a690e1a22 100644 --- a/rt/t/web/installer.t +++ b/rt/t/web/installer.t @@ -57,6 +57,7 @@ diag "Walking through install screens setting defaults"; $m->submit_form(with_fields => { DatabaseAdmin => $ENV{RT_DBA_USER}, DatabaseAdminPassword => $ENV{RT_DBA_PASSWORD}, + DatabasePassword => "rt_pass", }); } $m->content_contains('Connection succeeded'); @@ -70,9 +71,12 @@ diag "Walking through install screens setting defaults"; }, 'set root password'); # Mail options + my $sendmail = File::Spec->rel2abs( File::Spec->catfile( + 't', 'security', 'fake-sendmail' ) ); $m->submit_form_ok({ with_fields => { - OwnerEmail => 'admin@example.com', + OwnerEmail => 'admin@example.com', + SendmailPath => $sendmail, }, }, 'set admin email');