Skip to content

Commit

Permalink
testsuite running again
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Lauber committed Mar 22, 2010
1 parent 1d46655 commit 83ed7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/base.py
Expand Up @@ -40,7 +40,7 @@ def login_user(self, user):
def get_new_page_data(self, parent_id=''):
page_data = {'title':'test page %d' % self.counter,
'slug':'test-page-%d' % self.counter, 'language':settings.LANGUAGES[0][0],
'site':1, 'template':'index.html', 'parent': parent_id}
'site':1, 'template':'nav_playground.html', 'parent': parent_id}

# required only if user haves can_change_permission
page_data['pagepermission_set-TOTAL_FORMS'] = 0
Expand Down

0 comments on commit 83ed7cc

Please sign in to comment.