def setUp(self):        
     db_results = [[1, 'honstain, anthony', 100], 
                   [2, 'Charlie, Jon', 2],
                   [3, 'anthony houstain', 25],
                   [4, 'ANTHONY HONSTAIN', 20],
                   [5, 'Charlee, Jon', 1]]
     self.processracerid = _ProcessRacerId(db_results)
 def setUp(self):        
     db_results = [[1, 'honstain, anthony', 100], 
                   [2, 'john doe', 50],
                   [3, 'anthony houstain', 25],
                   [4, 'ANTHONY HONSTAIN', 20], 
                   [5, 'Brandon Collins', 10],
                   [6, 'Collins, Brandon', 5]]
     self.processracerid = _ProcessRacerId(db_results)
 def setUp(self):        
     db_results = [[1, 'honstain, anthony', 5], [2, 'anthony houstain', 1], [3, 'Brandon Collins', 2]]
     self.processracerid = _ProcessRacerId(db_results)