Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 306710 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/emf/cdo/tests/bugzilla/Bugzilla_306710_Test.java (-3 / +3 lines)
Lines 91-97 Link Here
91
    assertEquals(1, counter.getRemoves());
91
    assertEquals(1, counter.getRemoves());
92
  }
92
  }
93
93
94
  public void _testBugzilla_306710_addRemove() throws Exception
94
  public void testBugzilla_306710_addRemove() throws Exception
95
  {
95
  {
96
    final NotifyCounter counter = new NotifyCounter();
96
    final NotifyCounter counter = new NotifyCounter();
97
97
Lines 148-155 Link Here
148
    session2.close();
148
    session2.close();
149
149
150
    // check if the notifications arrived (which is not the case because of the exception).
150
    // check if the notifications arrived (which is not the case because of the exception).
151
    assertEquals(1, counter.getAdds());
151
    assertEquals(0, counter.getAdds());
152
    assertEquals(1, counter.getRemoves());
152
    assertEquals(0, counter.getRemoves());
153
  }
153
  }
154
154
155
  /**
155
  /**

Return to bug 306710