From 2662ed7e15596be28e6b6555020fd754e13a486a Mon Sep 17 00:00:00 2001 From: "bienvenu%netscape.com" Date: Thu, 11 Mar 1999 06:42:18 +0000 Subject: [PATCH] use Close instead of Release git-svn-id: svn://10.0.0.236/trunk@23677 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/local/tests/mailbox/mailboxTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/local/tests/mailbox/mailboxTest.cpp b/mozilla/mailnews/local/tests/mailbox/mailboxTest.cpp index 9f95633368e..3e32e2269a3 100644 --- a/mozilla/mailnews/local/tests/mailbox/mailboxTest.cpp +++ b/mozilla/mailnews/local/tests/mailbox/mailboxTest.cpp @@ -457,7 +457,7 @@ nsresult nsMailboxTestDriver::OnDisplayMessage() nsMsgKey msgKey = msgKeys[index]; // okay, we have the msgKey so let's get rid of our db state... - mailDb->Release(); + mailDb->Close(PR_TRUE); // now ask the mailbox service to parse this mailbox... nsIMailboxService * mailboxService = nsnull;