Closed
Bug 381282
Opened 18 years ago
Closed 14 years ago
unable to remove test files after test run
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dietrich, Unassigned)
Details
we had to disable the removal of the places.sqlite file after the unit tests ran due to permission-denied errors.
the change:
http://lxr.mozilla.org/mozilla/source/toolkit/components/places/tests/bookmarks/tail_bookmarks.js#41
Comment 1•16 years ago
|
||
now that we can close the connection, this should be fixable and we could also cleanup and sync a bit test headers
Comment 2•16 years ago
|
||
no, probably not. On windows, at least, you'll still hit this regardless of the ability to close the db connection.
Comment 3•16 years ago
|
||
that's strange because iirc we remove places.sqlite in some browser xpcshell tests, worth give it a try
Comment 4•16 years ago
|
||
Bug 451915 - move Firefox/Places bugs to Firefox/Bookmarks and History. Remove all bugspam from this move by filtering for the string "places-to-b-and-h".
In Thunderbird 3.0b, you do that as follows:
Tools | Message Filters
Make sure the correct account is selected. Click "New"
Conditions: Body contains places-to-b-and-h
Change the action to "Delete Message".
Select "Manually Run" from the dropdown at the top.
Click OK.
Select the filter in the list, make sure "Inbox" is selected at the bottom, and click "Run Now". This should delete all the bugspam. You can then delete the filter.
Gerv
Component: Places → Bookmarks & History
QA Contact: places → bookmarks
Comment 5•14 years ago
|
||
currently we do remove places.sqlite after each test run, thanks to a cleaner shutdown code.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•