Add mailQueue tracking to WEBGUI_TEST_DEBUG
This commit is contained in:
parent
9a6a2e4549
commit
fa888ef434
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ END {
|
|||
$Test->diag('Scratch : '.$SESSION->db->quickScalar('select count(*) from userSessionScratch'));
|
||||
$Test->diag('Users : '.$SESSION->db->quickScalar('select count(*) from users'));
|
||||
$Test->diag('Groups : '.$SESSION->db->quickScalar('select count(*) from groups'));
|
||||
$Test->diag('mailQ : '.$SESSION->db->quickScalar('select count(*) from mailQueue'));
|
||||
}
|
||||
while (my ($key, $value) = each %originalConfig) {
|
||||
if (defined $value) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue