001/* 002 * The contents of this file are subject to the license and copyright 003 * detailed in the LICENSE and NOTICE files at the root of the source 004 * tree. 005 */ 006package org.fcrepo.integration.rdf; 007 008import org.junit.Ignore; 009import org.junit.Test; 010 011import java.io.IOException; 012 013/** 014 * @author cabeer 015 */ 016@Ignore // TODO FIX THESE TESTS 017public class TgnIT extends AbstractIntegrationRdfIT { 018 @Test 019 public void testExampleRecord() throws IOException { 020 createLDPRSAndCheckResponse(getRandomUniqueId(), getContentFromClasspath("/examples/tgn.ttl")); 021 } 022}