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); } /**