|
Line
Link Here
|
| 0 |
-- Lib/sqlite3/test/hooks.py |
0 |
++ Lib/sqlite3/test/hooks.py |
|
Lines 162-168
Link Here
|
| 162 |
create table bar (a, b) |
162 |
create table bar (a, b) |
| 163 |
""") |
163 |
""") |
| 164 |
second_count = len(progress_calls) |
164 |
second_count = len(progress_calls) |
| 165 |
self.assertTrue(first_count > second_count) |
165 |
self.assertTrue(first_count >= second_count) |
| 166 |
|
166 |
|
| 167 |
def CheckCancelOperation(self): |
167 |
def CheckCancelOperation(self): |
| 168 |
""" |
168 |
""" |