diff options
author | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-25 17:13:23 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis.hoffmann@rwth-aachen.de> | 2022-04-25 17:13:23 +0200 |
commit | eae7431ea9ee9d87634b3938b5cf8b64ebdbfb5a (patch) | |
tree | 1d323e5106f5b1eb16a045592ab1bd9d22b6b0e3 /t/Webmail.t | |
parent | a97f1a5eb6649e93bfd6584ed590e37c1290755f (diff) |
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
Diffstat (limited to 't/Webmail.t')
-rw-r--r-- | t/Webmail.t | 4 |
1 files changed, 2 insertions, 2 deletions
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', { |