fix the new password test

This commit is contained in:
Enno Rehling 2019-03-03 09:37:00 +01:00
parent 5d6147462a
commit c200199569
1 changed files with 1 additions and 0 deletions

View File

@ -963,6 +963,7 @@ static void test_reports_genpassword(CuTest *tc) {
CuAssertTrue(tc, f->password_id != 0);
test_clear_messagelist(&f->msgs);
f->lastorders = 1;
f->age = 2;
pwid = f->password_id;
write_reports(f);
CuAssertIntEquals(tc, pwid, f->password_id);