Skip to content
paulhoule edited this page Dec 12, 2012 · 4 revisions

Overview

The basekb-tests are a simple test suite that tests for correct name resolution and SPARQL querying against a copy of :BaseKB Lite or :BaseKB Pro. Because :BaseKB Pro is several times larger than :BaseKB Lite, you should probably attempt the tests against :BaseKB Lite before you run them against Pro.

The first step in running the tests is to load :BaseKB into a triple store of your choice. By default, the system will connect to a SPARQL protocol endpoint at

http://localhost:8890/sparql/

which is the default for a new installation of OpenLink Virtuoso. If you need to change this, learn how to configure the tools.

Once you have configured the tools, you need to make sure these are incorporated into the system by rebuilding infovore

$ cd infovore
$ mvn clean install

and then running the tests

$ cd basekb-tests
$ mvn test
Clone this wiki locally