disabled all tests against rdfohloh until the service gets solved the issues regaring the api migration to openhub
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/5f248d7c Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/5f248d7c Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/5f248d7c Branch: refs/heads/MARMOTTA-584 Commit: 5f248d7cb1ca93858d34a400212aa4c42624b00a Parents: 2932ecf Author: Sergio Fernández <[email protected]> Authored: Thu Mar 17 11:27:03 2016 +0100 Committer: Sergio Fernández <[email protected]> Committed: Thu Mar 17 11:27:03 2016 +0100 ---------------------------------------------------------------------- .../marmotta/ldcache/services/test/ng/BaseLDCacheTest.java | 7 ++----- .../marmotta/ldclient/test/rdf/TestLinkedDataProvider.java | 1 + 2 files changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/5f248d7c/libraries/ldcache/ldcache-core/src/test/java/org/apache/marmotta/ldcache/services/test/ng/BaseLDCacheTest.java ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-core/src/test/java/org/apache/marmotta/ldcache/services/test/ng/BaseLDCacheTest.java b/libraries/ldcache/ldcache-core/src/test/java/org/apache/marmotta/ldcache/services/test/ng/BaseLDCacheTest.java index 725c327..4f0ffea 100644 --- a/libraries/ldcache/ldcache-core/src/test/java/org/apache/marmotta/ldcache/services/test/ng/BaseLDCacheTest.java +++ b/libraries/ldcache/ldcache-core/src/test/java/org/apache/marmotta/ldcache/services/test/ng/BaseLDCacheTest.java @@ -38,7 +38,7 @@ import java.io.InputStream; import java.io.StringWriter; /** - * Add file description here! + * Base LDCache test * * @author Sebastian Schaffert ([email protected]) */ @@ -53,7 +53,6 @@ public abstract class BaseLDCacheTest { protected LDCache ldcache; - protected ValueFactory valueFactory = ValueFactoryImpl.getInstance(); /** @@ -63,8 +62,6 @@ public abstract class BaseLDCacheTest { */ protected abstract LDCachingBackend createBackend(); - - @Before public void setup() { ldcache = new LDCache(new CacheConfiguration(), createBackend()); @@ -94,7 +91,7 @@ public abstract class BaseLDCacheTest { } @Test - @Ignore("test failing for the moment because the data returned by the service is wrong") + @Ignore("test failing for the moment because the issues on the service") public void testOHLOH() throws Exception { Assume.assumeTrue(existsClass("org.apache.marmotta.ldclient.provider.rdf.LinkedDataProvider")); http://git-wip-us.apache.org/repos/asf/marmotta/blob/5f248d7c/libraries/ldclient/ldclient-provider-rdf/src/test/java/org/apache/marmotta/ldclient/test/rdf/TestLinkedDataProvider.java ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-rdf/src/test/java/org/apache/marmotta/ldclient/test/rdf/TestLinkedDataProvider.java b/libraries/ldclient/ldclient-provider-rdf/src/test/java/org/apache/marmotta/ldclient/test/rdf/TestLinkedDataProvider.java index 9ae00d6..4c98534 100644 --- a/libraries/ldclient/ldclient-provider-rdf/src/test/java/org/apache/marmotta/ldclient/test/rdf/TestLinkedDataProvider.java +++ b/libraries/ldclient/ldclient-provider-rdf/src/test/java/org/apache/marmotta/ldclient/test/rdf/TestLinkedDataProvider.java @@ -89,6 +89,7 @@ public class TestLinkedDataProvider extends ProviderTestBase { * */ @Test + @Ignore("test failing for the moment because the issues on the service") public void testRDFOhloh() throws Exception { testResource(MARMOTTA, "ohloh-marmotta.sparql"); }
