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