# This patch file was generated by NetBeans IDE # This patch can be applied using context Tools: Apply Diff Patch action on respective folder. # It uses platform neutral UTF-8 encoding. # Above lines and this line are ignored by the patching process. Index: mauve/ChangeLog --- mauve/ChangeLog Base (1.2149) +++ mauve/ChangeLog Locally Modified (Based On 1.2149) @@ -1,5 +1,11 @@ 2009-09-24 Mario Torre + * gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors: + Remove checks for wontfix bug + http://bugs.sun.com/view_bug.do?bug_id=6314176. + +2009-09-24 Mario Torre + * gnu/testlet/org/omg/PortableServer/POA/TestActivate: Remove inappropriate checks. Index: mauve/gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java --- mauve/gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java Base (1.3) +++ mauve/gnu/testlet/org/omg/PortableInterceptor/Interceptor/testInterceptors.java Locally Modified (Based On 1.3) @@ -287,10 +287,6 @@ assertTrue("Destroyed", ucClientRequestInterceptor.destroyed); assertTrue("Destroyed", ucIorInterceptor.destroyed); assertTrue("Destroyed", ucServerRequestInterceptor.destroyed); - - // Test the policy. Sun's 1.5.0_04 still does not operates - // properly (Sun's bug 6314176). - assertTrue("Sun's ACCEPTED bug 6314176", ucIorInterceptor.policyOK); } catch (Exception e) {