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 171709 Details for
Bug 306710
IndexOutOfBoundsException upon invalidation
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]
Enable and fix the second test in the TestCase after the fix for bug 310574
306710-enabled-and-fixed-test.patch (text/plain), 1.18 KB, created by
Cyril Jaquier
on 2010-06-11 07:54:21 EDT
(
hide
)
Description:
Enable and fix the second test in the TestCase after the fix for bug 310574
Filename:
MIME Type:
Creator:
Cyril Jaquier
Created:
2010-06-11 07:54:21 EDT
Size:
1.18 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.emf.cdo.tests >Index: src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_306710_Test.java >=================================================================== >RCS file: /cvsroot/modeling/org.eclipse.emf/org.eclipse.emf.cdo/tests/org.eclipse.emf.cdo.tests/src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_306710_Test.java,v >retrieving revision 1.4 >diff -u -r1.4 Bugzilla_306710_Test.java >--- src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_306710_Test.java 5 Jun 2010 09:40:51 -0000 1.4 >+++ src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_306710_Test.java 11 Jun 2010 11:49:38 -0000 >@@ -91,7 +91,7 @@ > assertEquals(1, counter.getRemoves()); > } > >- public void _testBugzilla_306710_addRemove() throws Exception >+ public void testBugzilla_306710_addRemove() throws Exception > { > final NotifyCounter counter = new NotifyCounter(); > >@@ -148,8 +148,8 @@ > session2.close(); > > // check if the notifications arrived (which is not the case because of the exception). >- assertEquals(1, counter.getAdds()); >- assertEquals(1, counter.getRemoves()); >+ assertEquals(0, counter.getAdds()); >+ assertEquals(0, counter.getRemoves()); > } > > /**
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 306710
:
165282
|
167345
|
170330
|
170332
|
170958
| 171709