|
From: <jm...@us...> - 2014-06-04 17:19:45
|
Revision: 4179
http://sourceforge.net/p/eulergui/code/4179
Author: jmvanel
Date: 2014-06-04 17:19:40 +0000 (Wed, 04 Jun 2014)
Log Message:
-----------
FIXED the test TestSWExplorer : the TDB is actually populated, by :
- commenting out in TripleStoreTDBThread.getNsPrefixMap
the problem : this does call getNamedModel, and getNamedModel must be in the same thread as transaction.begin() and transaction.end()
- also commenting out getNsPrefixMap in RuleBasedApplicationWithCache
Modified Paths:
--------------
trunk/eulergui/src/main/java/eulergui/rdf/StorageTripleHandler.java
trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala
trunk/eulergui/src/main/scala/deductions/runtime/rdf/jena/TripleStoreTDBThread.scala
trunk/eulergui/src/main/scala/deductions/runtime/rdf/jena/TripleStoreTDBimpl.scala
trunk/eulergui/src/test/scala/deductions/runtime/swing/TestSWExplorer.scala
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|