~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/tests/test_sourcepackagerecipe.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-06 17:50:43 UTC
  • mfrom: (11302.2.3 recipe-build-table)
  • Revision ID: launchpad@pqm.canonical.com-20100806175043-idk111bwbdfxeeme
[testfix][r=thumper][ui=rs][bug=604901] Fix the build record table

Show diffs side-by-side

added added

removed removed

Lines of Context:
610
610
        set_day(build5, 12)
611
611
        set_day(build6, 11)
612
612
        self.assertEqual(
613
 
            [build5, build4, build3, build2, build1], view.builds)
 
613
            [build1, build2, build3, build4, build5], view.builds)
614
614
 
615
615
    def test_request_builds_page(self):
616
616
        """Ensure the +request-builds page is sane."""