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

ASF subversion and git services commented on JENA-1499:
-------------------------------------------------------

Commit ca943ee2f61668208c8769fbbf4e98d5a0b17c1d in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=ca943ee ]

JENA-1500, JENA-1499: Tests for empty graph behaviour.


> The TIM dataset retains a memory of named graphs after deleting all quads.
> --------------------------------------------------------------------------
>
>                 Key: JENA-1499
>                 URL: https://issues.apache.org/jira/browse/JENA-1499
>             Project: Apache Jena
>          Issue Type: Bug
>    Affects Versions: Jena 3.6.0
>            Reporter: Andy Seaborne
>            Assignee: A. Soroka
>            Priority: Minor
>
> Illustration:
> {noformat}
>         DatasetGraph dsg = DatasetGraphFactory.createTxnMem();
>         Quad q = SSE.parseQuad("(:g :s :p :o)");
>         dsg.add(q);
>         dsg.delete(q);
>         Iter.print(dsg.listGraphNodes());
> {noformat}
> prints {{http://example/g}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to