function setup()
 {
     $config = new TSqlMapConfig();
     $config->ConfigFile = dirname(__FILE__) . '/maps/tests.xml';
     $this->sqlmap = $config->getClient();
 }