protected function setUp()
 {
     parent::setUp();
     $this->databaseMap = Propel::getDatabaseMap('bookstore-schemas');
 }
 protected function tearDown()
 {
     $this->con->commit();
     parent::tearDown();
 }