You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@clerezza.apache.org by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org> on 2011/01/23 23:10:43 UTC

[jira] Created: (CLEREZZA-406) jena based serializers broken

jena based serializers broken
-----------------------------

                 Key: CLEREZZA-406
                 URL: https://issues.apache.org/jira/browse/CLEREZZA-406
             Project: Clerezza
          Issue Type: Bug
            Reporter: Reto Bachmann-Gmür


When changing the TestJenaSerializerProvider test to itnitialize the graph with the following

	private void initializeGraph() {
		mGraph = new SimpleMGraph();
		mGraph.add(new TripleImpl(new BNode(),
				new UriRef("http://foo/bar"),
				new UriRef("http://foo/bar")));
	}

all serializer tests will fail.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CLEREZZA-406) jena based serializers broken

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür reassigned CLEREZZA-406:
-------------------------------------------

    Assignee: Reto Bachmann-Gmür

> jena based serializers broken
> -----------------------------
>
>                 Key: CLEREZZA-406
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-406
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> When changing the TestJenaSerializerProvider test to itnitialize the graph with the following
> 	private void initializeGraph() {
> 		mGraph = new SimpleMGraph();
> 		mGraph.add(new TripleImpl(new BNode(),
> 				new UriRef("http://foo/bar"),
> 				new UriRef("http://foo/bar")));
> 	}
> all serializer tests will fail.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (CLEREZZA-406) jena based serializers broken

Posted by "Reto Bachmann-Gmür (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLEREZZA-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Reto Bachmann-Gmür closed CLEREZZA-406.
---------------------------------------

    Resolution: Fixed

> jena based serializers broken
> -----------------------------
>
>                 Key: CLEREZZA-406
>                 URL: https://issues.apache.org/jira/browse/CLEREZZA-406
>             Project: Clerezza
>          Issue Type: Bug
>            Reporter: Reto Bachmann-Gmür
>            Assignee: Reto Bachmann-Gmür
>
> When changing the TestJenaSerializerProvider test to itnitialize the graph with the following
> 	private void initializeGraph() {
> 		mGraph = new SimpleMGraph();
> 		mGraph.add(new TripleImpl(new BNode(),
> 				new UriRef("http://foo/bar"),
> 				new UriRef("http://foo/bar")));
> 	}
> all serializer tests will fail.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.