PL/Python: Move ereport wrapper test cases to separate file
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 7 Jun 2016 13:33:41 +0000 (09:33 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 7 Jun 2016 13:39:11 +0000 (09:39 -0400)
commit83590771241fc89a944ba7703f506f4ca50f7e5f
tree00a84d57ab6dc1f15ea7a72c36ce675f879eb5f3
parentf64340e7436d0f848a99620196cede947bd61418
PL/Python: Move ereport wrapper test cases to separate file

In commit 5c3c3cd0a3046339597a03bc708cb5530dc07059, the new tests were
apparently just dumped into the first convenient file.  Move them to a
separate file dedicated to testing that functionality and leave the
plpython_test test to test basic functionality, as it did before.
src/pl/plpython/Makefile
src/pl/plpython/expected/plpython_ereport.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_test.out
src/pl/plpython/sql/plpython_ereport.sql [new file with mode: 0644]
src/pl/plpython/sql/plpython_test.sql