mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
28.03.2007 722aa64b94ff2f95004c7ddc4395683ca01cf256
Fixed NumSubordinatesVirtualAttributeProviderTestCase unit test which was crashing TestNG on some machines.


1 files modified
6 ■■■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/NumSubordinatesVirtualAttributeProviderTestCase.java 6 ●●●●● patch | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/NumSubordinatesVirtualAttributeProviderTestCase.java
@@ -28,10 +28,8 @@
import org.opends.server.types.*;
import org.opends.server.TestCaseUtils;
import org.opends.server.extensions.NumSubordinatesVirtualAttributeProvider;
import org.opends.server.protocols.internal.InternalClientConnection;
import org.opends.server.protocols.internal.InternalSearchOperation;
import static org.opends.server.util.StaticUtils.getBytes;
import static org.opends.server.util.ServerConstants.OID_REAL_ATTRS_ONLY;
import static org.opends.server.util.ServerConstants.OID_VIRTUAL_ATTRS_ONLY;
import org.opends.server.core.DirectoryServer;
@@ -577,7 +575,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test
  @Test(dataProvider = "testEntryDNs")
  public void testSearchnumSubordinatesAttrInGTEFilter(DN entryDN, int count)
         throws Exception
  {
@@ -609,7 +607,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test
  @Test(dataProvider = "testEntryDNs")
  public void testSearchnumSubordinatesAttrInLTEFilter(DN entryDN, int count)
         throws Exception
  {