do a commit to get the db to write.

someone (nsMsgFolder?) still has an open reference to the db when I quit,
so it doesn't automatically get written out
This commit is contained in:
sspitzer%netscape.com 1999-04-12 19:07:36 +00:00
Родитель 5158199ddd
Коммит fd30b8676e
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,8 @@ nsresult newsTestDriver::RunDriver()
newMsgHdr->Release();
newMsgHdr = nsnull;
m_newsDB->Commit(kSmallCommit);
m_newsDB->Close(PR_TRUE);
}