~blake-rouse/maas/fix-1484696

« back to all changes in this revision

Viewing changes to src/maasserver/tests/test_start_up.py

  • Committer: Jeffrey C Jones
  • Date: 2015-09-23 01:01:49 UTC
  • mfrom: (4293 maas)
  • mto: This revision was merged to the branch mainline in revision 4294.
  • Revision ID: jeff.jones@canonical.com-20150923010149-x0r6ym7dx014e370
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
        start_up.inner_start_up()
187
187
        self.assertThat(
188
188
            start_up.post_commit_do, MockCalledOnceWith(
189
 
                reactor.callLater, ANY, reactor.callInThread,
 
189
                reactor.callLater, ANY,
 
190
                reactor.threadpoolForDatabase.callInThread,
190
191
                start_up.start_import_on_upgrade))