witten
/
luminotes
Archived
1
0
Fork 0

Fixing broken unit test for blog redirection.

This commit is contained in:
Dan Helfman 2009-01-03 10:58:45 -08:00
parent 677ede81b4
commit 60f80804f4
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()