-
- Downloads
PL/Python: Adjust the regression tests for Python 3.3
The string representation of ImportError changed. Remove printing that; it's not necessary for the test. The order in which members of a dict are printed changed. But this was always implementation-dependent, so we have just been lucky for a long time. Do the printing the hard way to ensure sorted order.
Showing
- src/pl/plpython/expected/plpython_import.out 1 addition, 4 deletionssrc/pl/plpython/expected/plpython_import.out
- src/pl/plpython/expected/plpython_params.out 12 additions, 5 deletionssrc/pl/plpython/expected/plpython_params.out
- src/pl/plpython/expected/plpython_trigger.out 8 additions, 2 deletionssrc/pl/plpython/expected/plpython_trigger.out
- src/pl/plpython/sql/plpython_import.sql 1 addition, 2 deletionssrc/pl/plpython/sql/plpython_import.sql
- src/pl/plpython/sql/plpython_params.sql 8 additions, 1 deletionsrc/pl/plpython/sql/plpython_params.sql
- src/pl/plpython/sql/plpython_trigger.sql 8 additions, 2 deletionssrc/pl/plpython/sql/plpython_trigger.sql
Please register or sign in to comment