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

Jean-Noel Rouvignac
24.54.2014 a771fcaf1dc80a6c7ea29bde04adba0179f420d8
opendj-server/src/test/java/org/forgerock/opendj/server/setup/model/DataConfigurationTestCase.java
@@ -43,7 +43,7 @@
    /**
     * Creates a default data configuration.
     */
    @Test()
    @Test
    public void testGetDefaultDataConfiguration() {
        final DataConfiguration data = new DataConfiguration();
        assertThat(data.getDirectoryBaseDN()).isEqualTo(DataConfiguration.DEFAULT_DIRECTORY_BASE_DN);
@@ -61,7 +61,7 @@
     *
     * @throws IOException
     */
    @Test()
    @Test
    public void testCustomDataConfiguration() throws IOException {
        final DataConfiguration data = new DataConfiguration();
        final int userEntries = 300;
@@ -94,7 +94,7 @@
    /**
     * Tests the type of the data configuration to make sure the boolean types are correctly assigned.
     */
    @Test()
    @Test
    public void testDataConfigurationType() {
        final DataConfiguration data = new DataConfiguration();
        assertTrue(data.isAutomaticallyImportGenerated());