Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510824
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
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
        """

Return to bug 510824