Fix ExchangeSession test

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@578 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2009-05-21 18:19:02 +00:00
parent b555586cde
commit d78b4cb4a1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class TestExchangeSession {
ExchangeSessionFactory.checkConfig();
session = ExchangeSessionFactory.getInstance(argv[currentArg++], argv[currentArg++]);
ExchangeSession.Folder folder = session.getFolder(argv[currentArg++]);
ExchangeSession.Folder folder = session.getFolder("INBOX");
long startTime = System.currentTimeMillis();
ExchangeSession.MessageList messageList = session.getAllMessageUidAndSize(folder.folderUrl);