/******************************************************************************* * Copyright (C) 2010 Robert Munteanu <robert.munteanu@gmail.com> * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html *******************************************************************************/ package com.itsolut.mantis.it; import static com.itsolut.mantis.tests.RepositoryConfiguration.MANTIS_12_BASIC; import com.itsolut.mantis.tests.RepositoryConfiguration; public class Mantis12AttachmentHandlerTest extends AbstractMantisAttachmentHandlerIntegrationTest { @Override protected RepositoryConfiguration getRepositoryConfiguration() { return MANTIS_12_BASIC; } }