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

Jean-Noel Rouvignac
24.11.2015 8d21db36015f8560d9cd2bcee9817f2c0a07a386
opendj-server-legacy/src/test/java/org/opends/server/extensions/FIFOEntryCacheTestCase.java
@@ -135,9 +135,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testContainsEntry()
@@ -148,9 +146,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testGetEntry1()
@@ -161,9 +157,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testGetEntry2()
@@ -174,9 +168,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testGetEntry3()
@@ -187,9 +179,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testGetEntryID()
@@ -200,9 +190,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testPutEntry()
@@ -213,9 +201,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testPutEntryIfAbsent()
@@ -226,9 +212,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testRemoveEntry()
@@ -239,9 +223,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testClear()
@@ -252,9 +234,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testClearBackend()
@@ -265,9 +245,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testClearSubtree()
@@ -278,9 +256,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test
  @Override
  public void testHandleLowMemory()
@@ -335,9 +311,7 @@
  /**
   * {@inheritDoc}
   */
  /** {@inheritDoc} */
  @Test(groups = { "slow", "testFIFOCacheConcurrency" },
        threadPoolSize = 10,
        invocationCount = 10,