Skip to content

Commit ae9f263

Browse files
committedSep 28, 2017
Create test postgres database with UTF-8
1 parent 6a1973c commit ae9f263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/testdata/provider/testdata_pg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SCRIPTS="
1212
"
1313

1414
dropdb qgis_test 2> /dev/null || true
15-
createdb qgis_test || exit 1
15+
createdb qgis_test -E UTF8 -T template0 || exit 1
1616
for f in ${SCRIPTS}; do
1717
psql -q --echo-errors -f $f qgis_test -v ON_ERROR_STOP=1
1818
done

0 commit comments

Comments
 (0)