]> granicus.if.org Git - postgresql/commitdiff
unbreak unicode/utf8 test
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 24 Jun 2005 15:12:00 +0000 (15:12 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 24 Jun 2005 15:12:00 +0000 (15:12 +0000)
src/test/mb/expected/utf8.out [moved from src/test/mb/expected/unicode.out with 100% similarity]
src/test/mb/mbregress.sh
src/test/mb/sql/utf8.sql [moved from src/test/mb/sql/unicode.sql with 100% similarity]

index 9bd8b9cbfb08286c1ec16b780a7df3c83977ca42..eb9821284b15d1a369ed4302644faf0cb4a352a0 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.8 2005/03/07 04:30:55 momjian Exp $
+# $PostgreSQL: pgsql/src/test/mb/mbregress.sh,v 1.9 2005/06/24 15:11:59 ishii Exp $
 
 if echo '\c' | grep -s c >/dev/null 2>&1
 then
@@ -14,8 +14,8 @@ if [ ! -d results ];then
     mkdir results
 fi
 
-dropdb unitest
-createdb -E UTF8 unitest
+dropdb utf8
+createdb -E UTF8 utf8
 
 PSQL="psql -n -e -q"
 tests="euc_jp sjis euc_kr euc_cn euc_tw big5 utf8 mule_internal"