Browse Source

[search] Set heatmap stacked states of examples to true

Also fix the tests
Romain Rigaux 10 years ago
parent
commit
5ffab43e37

File diff suppressed because it is too large
+ 1 - 1
apps/search/src/search/fixtures/initial_search_examples.json


+ 1 - 1
apps/search/src/search/tests.py

@@ -83,7 +83,7 @@ class TestSearchBase(object):
 
 class TestWithMockedSolr(TestSearchBase):
   def _get_collection_param(self, collection):
-    col_json = json.loads(collection.get_c(self.user))
+    col_json = json.loads(collection.get_json(self.user))
     return col_json['collection']
 
   def test_index(self):

Some files were not shown because too many files changed in this diff