Skip to content
ericprud edited this page Sep 26, 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 --default-character-set utf8 create DM
mysql -u root DM -e "CREATE USER 'DM'@'localhost' IDENTIFIED BY 'DM';"
mysql -u root DM -e "GRANT SELECT ON db_base.* TO db_user@'localhost' IDENTIFIED BY 'db_passwd';"

You can't imagine what awaits you.