Remove incorrect exception

This commit is contained in:
Stuart Boston
2016-02-25 13:07:39 +00:00
parent eb396be02e
commit 95a0613cb0
@@ -35,17 +35,11 @@ import java.util.concurrent.TimeUnit;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.SerializationUtils;
import org.apache.http.client.HttpClient;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yamj.api.common.http.SimpleHttpClientBuilder;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
public class AbstractTests {
@@ -63,10 +57,6 @@ public class AbstractTests {
protected static final String LANGUAGE_ENGLISH = "en";
protected static final String LANGUAGE_RUSSIAN = "ru";
protected AbstractTests() {
throw new UnsupportedOperationException("Utility class");
}
/**
* Do the initial configuration for the test cases
*