Switch to unified view

a/test/net/timbusproject/dpes/alternative/AlternativesBuilder/PackageAlternativesBuilderTest.java b/test/net/timbusproject/dpes/alternative/AlternativesBuilder/PackageAlternativesBuilderTest.java
...
...
36
import java.io.IOException;
36
import java.io.IOException;
37
import java.net.URISyntaxException;
37
import java.net.URISyntaxException;
38
import java.util.List;
38
import java.util.List;
39
39
40
import static org.hamcrest.CoreMatchers.is;
40
import static org.hamcrest.CoreMatchers.is;
41
import static org.junit.Assert.assertFalse;
42
import static org.junit.Assert.assertThat;
41
import static org.junit.Assert.*;
43
import static org.junit.Assert.assertTrue;
44
42
45
@Category(IntegrationTest.class)
43
@Category(IntegrationTest.class)
46
public class PackageAlternativesBuilderTest {
44
public class PackageAlternativesBuilderTest {
47
45
48
    public static final String KB_OWL_PATH = "http://timbus.teco.edu/ontologies/preservationIdentifier/virtualPackgeProviders-Ubuntu_12_10.owl";
46
    public static final String KB_OWL_PATH = "http://timbus.teco.edu/ontologies/preservationIdentifier/virtualPackgeProviders-Ubuntu_12_10.owl";