- Notifications
You must be signed in to change notification settings - Fork5
Commit45d1f1e
committed
Adjust PL/Python regression tests some more for Python 3.3.
Commit2cfb1c6 fixed some issues causedby Python 3.3 choosing to iterate through dict entries in a different orderthan before. But here's another one: the test cases adjusted here made twobad entries in a dict and expected the one complained of would always bethe same.Possibly this should be back-patched further than 9.2, but there seemslittle point unless the earlier fix is too.1 parent210eb9b commit45d1f1e
File tree
2 files changed
+4
-4
lines changed- src/pl/plpython
- expected
- sql
2 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
476 | 476 |
| |
477 | 477 |
| |
478 | 478 |
| |
479 |
| - | |
| 479 | + | |
480 | 480 |
| |
481 | 481 |
| |
482 | 482 |
| |
| |||
490 | 490 |
| |
491 | 491 |
| |
492 | 492 |
| |
493 |
| - | |
| 493 | + | |
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
| 256 | + | |
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
|
0 commit comments
Comments
(0)