159
159
pb = ui_factory.nested_progress_bar()
161
result = self.applyDeprecated(deprecated_in((2, 1, 0)),
162
164
self.assertEqual(None, result)
163
165
self.assertEqual("t\n", stdout.getvalue())
164
166
# Since there was no update() call, there should be no clear() call