Closed
Bug 7053
Opened 25 years ago
Closed 25 years ago
DiskSpaceAvailable: Returned free disk space value differs from actual
Categories
(Core Graveyard :: Installer: XPInstall Engine, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M7
People
(Reporter: jimmykenlee, Assigned: ssu0262)
Details
Build: 5/21/99 SeaMonkey build
1. Use http://jimbob/jars/a_diskspaceavailable.jar
2. Excerpt from installscript:
f = Install.GetFolder("Communicator");
space = Install.DiskSpaceAvailable(f);
Install.TRACE("DiskSpaceAvailable:\t" + space);
3. Trigger jar
RESULT:
Install: DiskSpaceAvailable: 24095736
Installscript completes gracefully. Install.log shows:
---------------------------------------------------------------------------
Acceptance: a_diskspaceavailable
---------------------------------------------------------------------------
Starting Installation at 05/25/1999 11:08:51
Finished Installation 05/25/1999 11:08:51
EXPECTED RESULT:
The drive with SeaMonkey installed has 1.5 GB of free disk space. This is the
value I was expecting to receive.
Updated•25 years ago
|
Assignee: dougt → ssu
Comment 1•25 years ago
|
||
Assigning to ssu. He is dealing with a bunch of new file routines. He can
easily fix this as well.
Sean,
Take the nsString and convert it into an nsFileSpec.
Then return GetDiskSpaceAvailable().
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Bulk move of XPInstall (component to be deleted) bugs to Installer: XPInstall
Engine
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•