def test_cropsExist(self):
     database_initialiser = DatabaseInitialiser(self.config)
     self.helper.setup_clean_db()
     self.helper.setup_db_file('openihmdb_mysql_fix59.sql')
     # FIXME: push some data into the relevant table.
     #self._execute_instruction('insert into setup_foods_crops values (%s)')
     assert database_initialiser.cropsExist()