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

Nicolas Capponi
23.02.2016 ec6fcea7eb3b1013db8b26ff65327d3ab24077c9
opendj-server-legacy/src/test/java/org/opends/server/tasks/AddSchemaFileTaskTestCase.java
@@ -331,7 +331,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test(enabled=false)
  @Test
  public void testAddEmptySchemaFile()
         throws Exception
  {
@@ -361,8 +361,7 @@
    assertEquals(resultCode, 0);
    waitTaskCompletedSuccessfully(DN.valueOf(taskDNStr));
    // TODO : why should the modification time change whereas there is no actual change ?
    assertFalse(getSchemaHandler().getYoungestModificationTime() == beforeModifyTimestamp);
    assertTrue(getSchemaHandler().getYoungestModificationTime() == beforeModifyTimestamp);
  }
  /**