~jamesodhunt/ubuntu/vivid/ubuntu-core-upgrader/use-os-sync

« back to all changes in this revision

Viewing changes to ubuntucoreupgrader/tests/test_apply.py

  • Committer: Michael Vogt
  • Date: 2015-02-25 12:54:30 UTC
  • Revision ID: michael.vogt@ubuntu.com-20150225125430-ptkt25snebyc6cge
Tags: 0.7.2
releasing package ubuntu-core-upgrader version 0.7.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
            a.UPGRADER_ARGS = []
36
36
            res = a.apply_update()
37
37
            self.assertEqual(res, True)
38
 
                
 
38
 
39
39
 
40
40
if __name__ == "__main__":
41
41
    unittest.main()