Skip to content

Commit

Permalink
Merge branch '517-test-db' of github.com:okfn/ckan into 517-test-db
Browse files Browse the repository at this point in the history
Conflicts:
	doc/test.rst

    fixed doc
  • Loading branch information
tobes committed Mar 26, 2013
2 parents 7215631 + 1e0a260 commit 0ba06dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/install-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ config file::
``sqlalchemy.url`` line, filling in the database name, user and password you
used::
sqlalchemy.url = postgresql://ckanuser:pass@localhost/ckantest
sqlalchemy.url = postgresql://ckanuser:pass@localhost/ckandatabase
If you're using a remote host with password authentication rather than SSL
authentication, use::
Expand Down
2 changes: 1 addition & 1 deletion doc/test.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Testing with PostgreSQL
-----------------------

Starting in CKAN 2.1 tests are run in a separate postgres database by
default. You should create the test databases as follows.::
default. You should create the test databases as follows::

sudo -u postgres createdb -O ckanuser ckan_test -E utf-8
sudo -u postgres createdb -O ckanuser ckan_test_datastore -E utf-8
Expand Down

0 comments on commit 0ba06dc

Please sign in to comment.