(self)
| 253 | generator) |
| 254 | |
| 255 | def test_TEXT(self): |
| 256 | def generator(row,col): |
| 257 | return self.BLOBUText # 'BLOB Text ' * 1024 |
| 258 | self.check_data_integrity( |
| 259 | ('col2 TEXT',), |
| 260 | generator) |
| 261 | |
| 262 | def test_LONG_BYTE(self): |
| 263 | def generator(row,col): |
nothing calls this directly
no test coverage detected