Bug 12915 - Local history for deleted members across sessions
Summary: Local history for deleted members across sessions
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 2.0   Edit
Hardware: PC other
: P3 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: John Arthorne CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2002-04-05 18:06 EST by DJ Houghton CLA
Modified: 2002-04-15 14:06 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DJ Houghton CLA 2002-04-05 18:06:40 EST
There was a report that asking an IContainer for the history for deleted 
members was either reporting an empty list or an incomplete list when doing 
this across workspace sessions.

We need to add some tests to ensure that local history for deleted members is 
still accessible across workspace sessions.
Comment 1 DJ Houghton CLA 2002-04-11 15:16:35 EDT
org.eclipse.core.tests.internal.localstore.HistoryStoreTest.testFindDeleted()

John, please look at the above tests and create new session tests based on 
them. Thanks.
Comment 2 John Arthorne CLA 2002-04-15 14:06:46 EDT
Added session test:

org.eclipse.core.tests.resources.session.FindDeletedMembersTest

I split them up so the resources are deleted in one session, then deleted 
members are accessed in another session.  All tests passed.

Closing bug.  Andre, if you find a repeatable case, please reopen or log a new 
bug report.