forked from github/server
fix the new password test
This commit is contained in:
parent
5eb4115054
commit
3fb9b0db13
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue