Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 88401 Details for
Bug 137398
[Preferences] WorkingCopyPreferences attempts to set value of removed node
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Tests update
clipboard.txt (text/plain), 1.47 KB, created by
Krzysztof Daniel
on 2008-01-31 05:47:23 EST
(
hide
)
Description:
Tests update
Filename:
MIME Type:
Creator:
Krzysztof Daniel
Created:
2008-01-31 05:47:23 EST
Size:
1.47 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.core.tests.resources >Index: src/org/eclipse/core/tests/internal/resources/ProjectPreferencesTest.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/resources/ProjectPreferencesTest.java,v >retrieving revision 1.24 >diff -u -r1.24 ProjectPreferencesTest.java >--- src/org/eclipse/core/tests/internal/resources/ProjectPreferencesTest.java 17 Jul 2007 15:40:05 -0000 1.24 >+++ src/org/eclipse/core/tests/internal/resources/ProjectPreferencesTest.java 31 Jan 2008 10:43:51 -0000 >@@ -288,8 +288,9 @@ > } > > try { >- // project pref should not exist >- assertTrue("3.0", !parent.nodeExists(project.getName())); >+ // project pref should exist and be empty >+ assertTrue("3.0", parent.nodeExists(project.getName())); >+ assertTrue("3.05", parent.node(project.getName()).keys().length == 0); > } catch (BackingStoreException e) { > fail("3.1", e); > } >@@ -882,7 +883,8 @@ > assertTrue("3.1", !fileInFS.exists()); > IEclipsePreferences projectNode = (IEclipsePreferences) service.getRootNode().node(ProjectScope.SCOPE).node(project.getName()); > try { >- assertTrue("3.2", !projectNode.nodeExists(qualifier)); >+ assertTrue("3.2", projectNode.nodeExists(qualifier)); >+ assertTrue("3.25", projectNode.node(qualifier).keys().length == 0); > } catch (BackingStoreException e) { > fail("3.91", e); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 137398
:
82171
| 88401 |
97949
|
97991