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)
commit008792365f05c1b7101222f9b8efa03f64b4021f
tree821d034a747a65f056b7e6be657f187b7bd613ed
parentfb29b1404698518fab4092a438da62a22a131f64
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]