witten
/
luminotes
Archived
1
0
Fork 0

Fixed unit test for blog notebook URL to expect redirect by notebook name, not id.

This commit is contained in:
Dan Helfman 2009-01-29 15:17:03 -08:00
parent 3fd6a5f941
commit a88d5cbd23
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class Test_notebooks( Test_controller ):
)
redirect = result.get( "redirect" )
assert redirect == u"/blog/%s" % self.notebook.object_id
assert redirect == u"/blog/%s" % self.notebook.name
def test_default( self ):
self.login()