Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 348455

Summary: [prefs] Preferences service fails CT (2/7)
Product: [Eclipse Project] Equinox Reporter: DJ Houghton <dj.houghton>
Component: p2Assignee: DJ Houghton <dj.houghton>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: jwross, tjwatson
Version: 3.7   
Target Milestone: 3.7.1   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on: 348412    
Bug Blocks:    
Attachments:
Description Flags
patch none

Description DJ Houghton CLA 2011-06-06 14:42:55 EDT
Cloned to track release into 3.7.1.

+++ This bug was initially created as a clone of Bug #348412 +++

org.osgi.test.cases.prefs
org.osgi.test.cases.prefs.junit.PrefsControl
testRemovedNode(org.osgi.test.cases.prefs.junit.PrefsControl)
junit.framework.AssertionFailedError: removed

	at junit.framework.Assert.fail(Assert.java:47)

	at org.osgi.test.cases.prefs.junit.PrefsControl.runRemovedTests(PrefsControl.java:143)

	at org.osgi.test.cases.prefs.junit.PrefsControl.testRemovedNode(PrefsControl.java:57)

	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

	at java.lang.reflect.Method.invoke(Method.java:597)

	at junit.framework.TestCase.runTest(TestCase.java:164)

	at junit.framework.TestCase.runBare(TestCase.java:130)

	at junit.framework.TestResult$1.protect(TestResult.java:106)

	at junit.framework.TestResult.runProtected(TestResult.java:124)

	at junit.framework.TestResult.run(TestResult.java:109)

	at junit.framework.TestCase.run(TestCase.java:120)

	at junit.framework.TestSuite.runTest(TestSuite.java:230)

	at junit.framework.TestSuite.run(TestSuite.java:225)

	at junit.framework.TestSuite.runTest(TestSuite.java:230)

	at junit.framework.TestSuite.run(TestSuite.java:225)

	at aQute.junit.Activator.test(Activator.java:200)

	at aQute.junit.Activator.run(Activator.java:51)



testRemovedAncestor(org.osgi.test.cases.prefs.junit.PrefsControl)
junit.framework.AssertionFailedError: removed

	at junit.framework.Assert.fail(Assert.java:47)

	at org.osgi.test.cases.prefs.junit.PrefsControl.runRemovedTests(PrefsControl.java:143)

	at org.osgi.test.cases.prefs.junit.PrefsControl.testRemovedAncestor(PrefsControl.java:66)

	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

	at java.lang.reflect.Method.invoke(Method.java:597)

	at junit.framework.TestCase.runTest(TestCase.java:164)

	at junit.framework.TestCase.runBare(TestCase.java:130)

	at junit.framework.TestResult$1.protect(TestResult.java:106)

	at junit.framework.TestResult.runProtected(TestResult.java:124)

	at junit.framework.TestResult.run(TestResult.java:109)

	at junit.framework.TestCase.run(TestCase.java:120)

	at junit.framework.TestSuite.runTest(TestSuite.java:230)

	at junit.framework.TestSuite.run(TestSuite.java:225)

	at junit.framework.TestSuite.runTest(TestSuite.java:230)

	at junit.framework.TestSuite.run(TestSuite.java:225)

	at aQute.junit.Activator.test(Activator.java:200)

	at aQute.junit.Activator.run(Activator.java:51)
Comment 1 DJ Houghton CLA 2011-06-27 13:33:17 EDT
Created attachment 198669 [details]
patch

Patch for R3.7.x branch.
Comment 2 DJ Houghton CLA 2011-06-27 13:37:12 EDT
Patch released.