3. Use it to connect Class::DBI table classes to the test database
# Somewhere in Music::CD...
=begin testing
use_ok(Music::CD);
use_ok(Music::Artist);
use Music::TempDB;
Music::TempDB->connect_class_to_test_db('Music::CD');
Music::TempDB->connect_class_to_test_db('Music::Artist');
=end testing