Trying to figure out why this test is failing silently.

This commit is contained in:
sdwilsh@shawnwilsher.com 2007-05-21 20:09:26 -07:00
Родитель 986e3e895e
Коммит 5567b10197
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -96,7 +96,7 @@ function cleanup()
if (destFile.exists()) destFile.remove(true);
}
cleanup();
//cleanup();
const nsIDownloadManager = Ci.nsIDownloadManager;
const dm = Cc["@mozilla.org/download-manager;1"].getService(nsIDownloadManager);