[ckan-changes] commit/ckan: dread: [tests]: Run synchronous_search plugin always for all (postgres) tests as some tests turn it on for the rest of the tests, so might as well have it on for all.

Bitbucket commits-noreply at bitbucket.org
Fri Jun 17 16:06:46 UTC 2011


1 new changeset in ckan:

http://bitbucket.org/okfn/ckan/changeset/8c4452039bf5/
changeset:   8c4452039bf5
user:        dread
date:        2011-06-17 15:50:30
summary:     [tests]: Run synchronous_search plugin always for all (postgres) tests as some tests turn it on for the rest of the tests, so might as well have it on for all.
affected #:  2 files (35 bytes)

--- a/test-core.ini	Fri Jun 17 15:18:23 2011 +0100
+++ b/test-core.ini	Fri Jun 17 14:50:30 2011 +0100
@@ -22,7 +22,7 @@
 ckan.site_title = CKAN
 ckan.site_logo = /images/ckan_logo_fullname_long.png
 package_form = standard
-ckan.plugins =
+ckan.plugins = synchronous_search
 licenses_group_url = 
 # pyamqplib or queue
 carrot_messaging_library = queue


--- a/test.ini	Fri Jun 17 15:18:23 2011 +0100
+++ b/test.ini	Fri Jun 17 14:50:30 2011 +0100
@@ -22,6 +22,7 @@
 # run fast.
 faster_db_test_hacks = True
 sqlalchemy.url = sqlite:///
+ckan.plugins = 
 # NB: other test configuration should go in test-core.ini, which is
 #     what the postgres tests use.

Repository URL: https://bitbucket.org/okfn/ckan/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.




More information about the ckan-changes mailing list