From 1e0a2605e2229240b1feacd9c645bad6595252a6 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Mon, 25 Mar 2013 15:32:30 +0100 Subject: [PATCH] [#517] Typo --- doc/test.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/test.rst b/doc/test.rst index 088f36d04b4..f724183b111 100644 --- a/doc/test.rst +++ b/doc/test.rst @@ -58,7 +58,7 @@ Or to run the CKAN tests and the core extensions tests together:: Testing with PostgreSQL ----------------------- -Starting in CKAN 2.1 tests are run in a separate postgres database by default. You should create the test database as follows.:: +Starting in CKAN 2.1 tests are run in a separate postgres database by default. You should create the test database as follows:: sudo -u postgres createdb -O ckanuser ckan_test -E utf-8