Bug 12915

Summary: Local history for deleted members across sessions
Product: [Eclipse Project] Platform Reporter: DJ Houghton <dj.houghton>
Component: ResourcesAssignee: John Arthorne <john.arthorne>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: andre_weinand
Version: 2.0Keywords: test
Target Milestone: 2.0 M6   
Hardware: PC   
OS: other   
Whiteboard:

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.