Test backward-compatibility API for setting msg size limit.
(t *testing.T)
| 2296 | |
| 2297 | // Test backward-compatibility API for setting msg size limit. |
| 2298 | func (s) TestExceedMsgLimit(t *testing.T) { |
| 2299 | for _, e := range listTestEnv() { |
| 2300 | testExceedMsgLimit(t, e) |
| 2301 | } |
| 2302 | } |
| 2303 | |
| 2304 | func testExceedMsgLimit(t *testing.T, e env) { |
| 2305 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected