~mterry/ubuntu/natty/apport/gir1.2

« back to all changes in this revision

Viewing changes to apport/crashdb_impl/memory.py

  • Committer: Martin Pitt
  • Date: 2010-11-19 10:34:08 UTC
  • mfrom: (1369.34.19 trunk)
  • Revision ID: martin.pitt@canonical.com-20101119103408-00ec90oe7abcphb3
new upstream release 1.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
771
771
            f.close()
772
772
 
773
773
            self.crashes = CrashDatabase(None, None, {})
774
 
            self.assertRaises(SystemError, self.crashes.init_duplicate_db, db)
 
774
            self.assertRaises(StandardError, self.crashes.init_duplicate_db, db)
775
775
 
776
776
        finally:
777
777
            os.unlink(db)