]> granicus.if.org Git - postgresql/commit
Split the plpython regression test into test cases arranged by topic, instead
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Aug 2009 16:37:26 +0000 (16:37 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 12 Aug 2009 16:37:26 +0000 (16:37 +0000)
commit9d9848668fd868a4e51f3a3f22c2807ff0e46582
tree22b0152fb889ca42d3e4c6ce888d2024b8b8c98b
parentef7574eb014b66d99a5e68cc254e7a2282e69a00
Split the plpython regression test into test cases arranged by topic, instead
of the previous monolithic setup-create-run sequence, that was apparently
inherited from a previous test infrastructure, but makes working with the
tests and adding new ones weird.
34 files changed:
src/pl/plpython/Makefile
src/pl/plpython/expected/README [new file with mode: 0644]
src/pl/plpython/expected/plpython_error.out
src/pl/plpython/expected/plpython_error_1.out [deleted file]
src/pl/plpython/expected/plpython_error_2.out
src/pl/plpython/expected/plpython_function.out [deleted file]
src/pl/plpython/expected/plpython_global.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_import.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_newline.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_params.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_record.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_schema.out
src/pl/plpython/expected/plpython_setof.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_spi.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_test.out
src/pl/plpython/expected/plpython_trigger.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_unicode.out [moved from src/pl/plpython/expected/plpython_error_3.out with 56% similarity]
src/pl/plpython/expected/plpython_unicode_2.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_unicode_3.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_void.out [new file with mode: 0644]
src/pl/plpython/sql/plpython_error.sql
src/pl/plpython/sql/plpython_function.sql [deleted file]
src/pl/plpython/sql/plpython_global.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_import.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_newline.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_params.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_record.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_schema.sql
src/pl/plpython/sql/plpython_setof.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_spi.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_test.sql
src/pl/plpython/sql/plpython_trigger.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_unicode.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_void.sql [new file with mode: 0644]