~rvb/maas/bug-1384001-redux-2

« back to all changes in this revision

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

  • Committer: Gavin Panella
  • Date: 2012-03-15 13:58:32 UTC
  • mto: This revision was merged to the branch mainline in revision 291.
  • Revision ID: gavin.panella@canonical.com-20120315135832-8i2rkbvp6gwdhkzt
Change MaaS to MAAS everywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
686
686
        self.assertTrue(FileStorage.storage.exists(storage.data.name))
687
687
 
688
688
    def test_collect_garbage_tolerates_missing_upload_dir(self):
689
 
        # When MaaS is freshly installed, the upload directory is still
 
689
        # When MAAS is freshly installed, the upload directory is still
690
690
        # missing.  But...
691
691
        FileStorage.objects.collect_garbage()
692
692
        # ...we get through garbage collection without breakage.