[ 
https://issues.apache.org/jira/browse/JENA-431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13624849#comment-13624849
 ] 

Andy Seaborne edited comment on JENA-431 at 4/7/13 10:58 AM:
-------------------------------------------------------------

The previous issue was to do with events.  Here, other things are going on:

== testGetNTripleReader 

This test is wrong - it tests for an explicit choice of N-Triples
reader and when RIOT is used, it's a different reader.

== testReadLocalNTriple

The data file has:

_:d <http://test/p4> "foo
bar" .

which is illegal N-triples.  So the test should fail.

Proposal: 
1 - fix TestReaders.nt to be legal
2 - remove testGetNTripleReader
3 - close as "not a problem" 
                
      was (Author: andy.seaborne):
    The previous issue was to do with events.  Here, other things are going on:

== testGetNTripleReader 

This test is wrong - it tests for an explicit choice of N-Triples
reader and when RIOT is used, it's a different reader.

== testReadLocalNTriple

The data file has:

_:d <http://test/p4> "foo
bar" .

which is illegal N-triples.  So the test should fail.

Proposal: close as "not a problem"
                  
> com.hp.hpl.jena.rdf.model.test.TestReaders fails when ARQ included in 
> classpath.
> --------------------------------------------------------------------------------
>
>                 Key: JENA-431
>                 URL: https://issues.apache.org/jira/browse/JENA-431
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: ARQ, Jena
>    Affects Versions: Jena 2.10.1
>            Reporter: Claude Warren
>         Attachments: TestReaderDemo.tar.gz
>
>
> Similar to an earlier bug, when ARQ is included the readers that are returned 
> fail the TestReaders tests.  The same tests pass when ARQ is not included.
> The attached file includes a simple example.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to