~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/routing/test_router.py

  • Committer: William Grant
  • Date: 2009-07-05 06:25:05 UTC
  • mto: (1294.2.78 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705062505-zt44kh4uh6exbzev
Allow reverse routes to return the real root too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
        '/info1/2009/1/+projects/p1'
409
409
        )
410
410
 
 
411
    def testRoot(self):
 
412
        assert_equal(self.rtr.generate(self.r), '/')
411
413
 
412
414
 
413
415
class TestErrors(BaseTest):