~launchpad-results/launchpad-results/trunk

« back to all changes in this revision

Viewing changes to lib/lpresults/tracker/models/tests/test_testperson.py

  • Committer: Marc Tardif
  • Date: 2011-11-22 20:30:35 UTC
  • Revision ID: marc.tardif@canonical.com-20111122203035-gf3yiv7iqwgwbss0
Fixed login for user created from submission and incorrect CAPTURE devices.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
        self.assertEquals(other, test_person)
52
52
 
53
53
    def test_searchName(self):
54
 
        name = self.factory.getUniqueString(u"test_person-name")
 
54
        name = self.factory.getUniqueString(u"person-name")
55
55
        params = TestPersonSearchParams(name=name)
56
56
        other = getUtility(ITestPersonSet).search(params).one()
57
57
        self.assertEquals(other, None)