Bustage fix for bug 416683

This commit is contained in:
edward.lee@engineering.uiuc.edu 2008-03-21 18:55:51 -07:00
parent b2ad99d61f
commit 421fa9ed67

View File

@ -42,6 +42,7 @@ dmFile.append("dmuitest.file");
dmFile.createUnique(Ci.nsIFile.NORMAL_FILE_TYPE, 0666);
var gTestPath = ios.newFileURI(dmFile).spec;
// Downloads are sorted by endTime, so make sure the end times are distinct
const DownloadData = [
/* Active states first */
{ name: "381603.patch",
@ -118,8 +119,8 @@ const DownloadData = [
{ name: "381603.patch",
source: "https://bugzilla.mozilla.org/attachment.cgi?id=266520",
target: gTestPath,
startTime: 1180493839859230,
endTime: 1180493839859231,
startTime: 1180493839859229,
endTime: 1180493839859229,
state: Ci.nsIDownloadManager.DOWNLOAD_BLOCKED_POLICY,
currBytes: 0, maxBytes: -1, preferredAction: 0, autoResume: 0 }
];