forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit91d3580
committed
Use test functions in pg_rewind test module
Commit61081e7 introduced pg_rewind along with the test suite, whichensured that subroutines didn't incur more than one test to plan. Nowthat we no longer explicitly plan tests (since549ec20), we can usethe usual Test::More functions.Reviewed-by: Andrew Dunstan <andrew@dunslane.net>Discussion:https://postgr.es/m/AA527525-F0CC-4AA2-AF98-543CABFDAF59@yesql.se1 parent2313a3e commit91d3580
1 file changed
+4
-15
lines changedLines changed: 4 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
120 | 109 |
| |
121 | 110 |
| |
122 | 111 |
| |
|
0 commit comments
Comments
(0)