-
Notifications
You must be signed in to change notification settings - Fork 4
Testing
ericprud edited this page Sep 24, 2012
·
9 revisions
There are many specialized tests in SWObjects, coming from different authorities.
Check out the tests with subversion:
hg -q clone https://dvcs.w3.org/hg/rdb2rdf-tests tests/rdb2rdf-tests
The Direct Mapping tests invoke ''bin/dm-materialize'' on any of these databases:
Create a user DM (presuming administrative access by the user "root"):
mysqladmin -u root create DM
mysql -u root DM -e "CREATE USER 'DM'@'localhost' IDENTIFIED BY 'DM';"