blob: e8704a82c8c9e163cc2b3dd93534aa7335eae141 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2008, 2013 Empolis Information Management GmbH and brox IT Solutions GmbH. 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
*
* Contributors: Andreas Weber (Empolis Information Management GmbH) - initial API and implementation
*******************************************************************************/
package org.eclipse.smila.tika.test;
/** Test with parameter 'keepHypens' for keepiing/removing hyphens in extracted test. testing with attachment as target. */
public class TestKeepHyphensWithAttachments extends TestKeepHyphens {
@Override
protected boolean useAttributes() {
return false;
}
}