Project

General

Profile

« Previous | Next » 

Revision 84aa450d

Added by Andreas Müller over 3 years ago

uncomment RdfViewTest.testNameInformationRdf as it seems to work currently

View differences:

cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/view/RdfViewTest.java
22 22
import org.joda.time.DateTime;
23 23
import org.joda.time.DateTimeZone;
24 24
import org.junit.Before;
25
import org.junit.Ignore;
26 25
import org.junit.Test;
27 26
import org.springframework.oxm.Marshaller;
28 27
import org.unitils.UnitilsJUnit4;
......
147 146
		marshaller.marshal(rdf, new StreamResult(writer));
148 147
		writer.close();
149 148

  
149
		//TODO is this not yet implemented or why is it commented (uncommenting results in diff error)
150 150
//		String resource = "/eu/etaxonomy/cdm/remote/view/RdfViewTest.rdf";
151 151
//		System.out.println(new String(outputStream.toByteArray()));
152 152
//		XMLAssert.assertXMLEqual(new InputStreamReader(this.getClass().getResourceAsStream(resource)),new StringReader(new String(outputStream.toByteArray())));
153 153
	}
154 154

  
155
	@Ignore
156 155
	@Test
157 156
	public void testNameInformationRdf() throws Exception {
158 157

  

Also available in: Unified diff