Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Dec 11, 2012
1 parent 798004f commit c127fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ckan/tests/functional/test_package.py
Expand Up @@ -65,6 +65,9 @@ def before_view(self, search_params):
self.calls['before_view'] += 1
return search_params

def update_facet_titles(self, facet_titles):
return facet_titles


existing_extra_html = ('<label class="field_opt" for="Package-%(package_id)s-extras-%(key)s">%(capitalized_key)s</label>', '<input id="Package-%(package_id)s-extras-%(key)s" name="Package-%(package_id)s-extras-%(key)s" size="20" type="text" value="%(value)s">')

Expand Down

0 comments on commit c127fa6

Please sign in to comment.