@After public void tearDown() throws Exception { AdminData.getUpdateableInstance().close(); mtf.tearDown(); rs.tearDown(); // super.tearDown(); }
@After public void tearDown() { pse.tearDown(); pss.tearDown(); mtf.tearDown(); JMSConnectionFactory.getInstance().removeListener(Channels.getTheIndexServer(), listener); mjms.tearDown(); rs.tearDown(); }
@After public void tearDown() { marc.tearDown(); pse.tearDown(); pss.tearDown(); mtf.tearDown(); mjms.tearDown(); ulrf.tearDown(); RememberNotifications.resetSingleton(); rs.tearDown(); }
@Before public void setUp() { rs.setUp(); ulrf.setUp(); mjms.setUp(); mtf.setUp(); pss.setUp(); pse.setUp(); marc.setUp(); Settings.set(CommonSettings.NOTIFICATIONS_CLASS, RememberNotifications.class.getName()); }
@Before public void setUp() { rs.setUp(); mjms.setUp(); listener = new CreateIndexListener(); JMSConnectionFactory.getInstance().setListener(Channels.getTheIndexServer(), listener); Settings.set( CommonSettings.REMOTE_FILE_CLASS, "dk.netarkivet.common.distribute.NullRemoteFile"); Settings.set(CommonSettings.CACHE_DIR, TestInfo.CACHE_DIR.getPath()); mtf.setUp(); pss.setUp(); pse.setUp(); }
@Before public void setUp() throws Exception { rs.setUp(); mtf.setUp(); JMSConnectionMockupMQ.useJMSConnectionMockupMQ(); Settings.set(ArchiveSettings.DIRS_ARCREPOSITORY_ADMIN, TestInfo.WORKING_DIR.getAbsolutePath()); if (!Replica.isKnownReplicaId("TWO") || !Replica.isKnownReplicaId("ONE")) { List<String> knownIds = new ArrayList<String>(); fail( "These tests assume, that ONE and TWO are known replica ids. Only known replicas are: " + StringUtils.conjoin(", ", knownIds.toArray(Replica.getKnownIds()))); } // super.setUp(); }
public void setUp() throws Exception { ChannelsTester.resetChannels(); rs.setUp(); mtf.setUp(); utrf.setUp(); JMSConnectionMockupMQ.useJMSConnectionMockupMQ(); DatabaseTestUtils.takeDatabase(TestInfo.DATABASE_FILE, TestInfo.DATABASE_DIR); // define the settings for accessing the database Settings.set(ArchiveSettings.BASEURL_ARCREPOSITORY_ADMIN_DATABASE, TestInfo.DATABASE_URL); Settings.set(ArchiveSettings.MACHINE_ARCREPOSITORY_ADMIN_DATABASE, ""); Settings.set(ArchiveSettings.PORT_ARCREPOSITORY_ADMIN_DATABASE, ""); Settings.set(ArchiveSettings.DIR_ARCREPOSITORY_ADMIN_DATABASE, ""); Settings.set(CommonSettings.NOTIFICATIONS_CLASS, PrintNotifications.class.getName()); }
public void tearDown() { JMSConnectionMockupMQ.clearTestQueues(); utrf.setUp(); mtf.tearDown(); rs.tearDown(); }
public void tearDown() { rs.tearDown(); mtf.tearDown(); }
public void setUp() { mtf.setUp(); rs.setUp(); Settings.set(CommonSettings.BATCHJOBS_BASEDIR, TestInfo.BATCH_DIR.getAbsolutePath()); }
@After public void tearDown() throws Exception { mtf.tearDown(); }
@Before public void setUp() throws Exception { mtf.setUp(); }