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

Nicolas Capponi
17.48.2016 55d0b601291cfe2fca1a9f0ee4aa74fd500c01b2
OPENDJ-3089 Disable one test in AddSchemaFileTaskTestCase - modify YoungestModificationTime ?
1 files modified
3 ■■■■ changed files
opendj-server-legacy/src/test/java/org/opends/server/tasks/AddSchemaFileTaskTestCase.java 3 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/test/java/org/opends/server/tasks/AddSchemaFileTaskTestCase.java
@@ -331,7 +331,7 @@
   *
   * @throws  Exception  If an unexpected problem occurs.
   */
  @Test
  @Test(enabled=false)
  public void testAddEmptySchemaFile()
         throws Exception
  {
@@ -361,6 +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);
  }