| File: | t/04-model-col.t |
| Coverage: | 100.0% |
| line | stmt | bran | cond | sub | pod | time | code |
|---|---|---|---|---|---|---|---|
| 1 | # vi:filetype= | ||||||
| 2 | |||||||
| 3 | 1 1 1 | 23 6 21 | use t::OpenAPI; | ||||
| 4 | |||||||
| 5 - 16 | =pod This test file tests URLs in the form /=/model/xxx/xxx TODO * Delete 'id' column * Post an existing column * Post an id column * Post a column w/o label * Bad column type in posting a new column =cut | ||||||
| 17 | |||||||
| 18 | 1 | 12 | plan tests => 3 * blocks(); | ||||
| 19 | |||||||
| 20 | 1 | 401 | run_tests; | ||||
| 21 | |||||||