From eae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Mon, 25 Apr 2022 17:13:23 +0200 Subject: corrections for last commit - fixed tests - added links to languages in about - raised log level of actions in I18N2 - improved actions script - corrected dependencies in Makefile.PL - updated changes --- t/Webmail.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't/Webmail.t') diff --git a/t/Webmail.t b/t/Webmail.t index 4cef937..45eeda9 100644 --- a/t/Webmail.t +++ b/t/Webmail.t @@ -9,8 +9,8 @@ use JWebmail::Model::ReadMails::MockJSON; use constant DEFAULT_LANGUAGE => 'en'; -my $user = JWebmail::Model::Driver::MockJSON::VALID_USER; -my $pw = JWebmail::Model::Driver::MockJSON::VALID_PW; +my $user = JWebmail::Model::ReadMails::MockJSON::VALID_USER; +my $pw = JWebmail::Model::ReadMails::MockJSON::VALID_PW; my $t = Test::Mojo->new('JWebmail', { -- cgit v1.2.3