Closed
Bug 530625
Opened 16 years ago
Closed 16 years ago
Socorro - processedDumpStorage neglects to set the dump permissions
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lars, Unassigned)
References
Details
In the class ProcessedDumpStorage, in the function newEntry. the dumpPermissions is never set on the jsonz file. The base class doesn't do it, either. In the JsonDumpStorage class that derives from the same base class, does the setting of dumpPermissions itself in its newEntry function. That indicates that ProcessedDumpStorage should be doing the same.
| Reporter | ||
Comment 1•16 years ago
|
||
this has been fixed an committed to trunk. However, there needs to be a test case for this added to the unit tests. See Bug 530678
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•