Re: Should model.read emit addedStatements ?

2013-11-01 Thread Claude Warren
in new_tests the model Contract test ( https://svn.apache.org/repos/asf/jena/Experimental/new-test/src/test/java/com/hp/hpl/jena/rdf/model/ModelContractTests.java) is: @Test public void testRead_InputStream_String_String() throws Exception { InputStream is =

Should model.read emit addedStatements ?

2013-10-30 Thread Altmann, Michael
I am trying to upgrade our application from Jen 2.7.3 to 2.11.0 It appears that in Jena 2.7.3 model.read(stream, null, RDF/XML) fired a single ModelChangedListener.addedStatements whereas model.read(stream, null, TTL) fired separate addedStatement events. Now in 2.11.0, both types of load emit