Convert the existing regression test scripts for the various optional

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0ff7a2c2ad04404aeb1f45e1ae5d67dc91b575ee
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-05-14T17:55:22Z
Releases: 8.1.0
Convert the existing regression test scripts for the various optional
PLs to use the standard pg_regress infrastructure.  No changes in the
tests themselves.  Andrew Dunstan

Files

PathChange+/−
src/pl/Makefile modified +16 −6
src/pl/plperl/expected/plperl.out (from src/pl/plperl/test/test.expected) renamed +13 −0
src/pl/plperl/GNUmakefile modified +12 −1
src/pl/plperl/sql/plperl.sql (from src/pl/plperl/test/test_queries.sql) renamed +0 −0
src/pl/plperl/test/runtest deleted +0 −26
src/pl/plpython/expected/plpython_drop.out added +5 −0
src/pl/plpython/expected/plpython_error.out (from src/pl/plpython/error.expected) renamed +4 −0
src/pl/plpython/expected/plpython_function.out added +276 −0
src/pl/plpython/expected/plpython_populate.out added +22 −0
src/pl/plpython/expected/plpython_schema.out added +43 −0
src/pl/plpython/expected/plpython_test.out (from src/pl/plpython/feature.expected) renamed +27 −0
src/pl/plpython/Makefile modified +12 −5
src/pl/plpython/plpython_depopulate.sql deleted +0 −2
src/pl/plpython/plpython_deschema.sql deleted +0 −17
src/pl/plpython/plpython_drop.sql deleted +0 −11
src/pl/plpython/plpython_setof.sql deleted +0 −11
src/pl/plpython/sql/plpython_drop.sql added +6 −0
src/pl/plpython/sql/plpython_error.sql (from src/pl/plpython/plpython_error.sql) renamed +0 −0
src/pl/plpython/sql/plpython_function.sql (from src/pl/plpython/plpython_function.sql) renamed +0 −0
src/pl/plpython/sql/plpython_populate.sql (from src/pl/plpython/plpython_populate.sql) renamed +0 −0
src/pl/plpython/sql/plpython_schema.sql (from src/pl/plpython/plpython_schema.sql) renamed +0 −0
src/pl/plpython/sql/plpython_test.sql (from src/pl/plpython/plpython_test.sql) renamed +0 −0
src/pl/plpython/test.sh deleted +0 −58
src/pl/tcl/expected/pltcl_queries.out (from src/pl/tcl/test/test.expected) renamed +7 −0
src/pl/tcl/expected/pltcl_setup.out added +404 −0
src/pl/tcl/Makefile modified +12 −1
src/pl/tcl/sql/pltcl_queries.sql (from src/pl/tcl/test/test_queries.sql) renamed +0 −0
src/pl/tcl/sql/pltcl_setup.sql (from src/pl/tcl/test/test_setup.sql) renamed +0 −0
src/pl/tcl/test/README deleted +0 −8
src/pl/tcl/test/runtest deleted +0 −30