Mercurial > mozilla > hg > ProfileManager
comparison profilemanager/tests/test.py @ 49:cbd471e0146f
the variable profiles, not the string
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 07 May 2010 09:27:39 -0700 |
parents | 09a2666999fa |
children | 4cd6fc940407 |
comparison
equal
deleted
inserted
replaced
48:09a2666999fa | 49:cbd471e0146f |
---|---|
33 manager.remove('cloneprofile') | 33 manager.remove('cloneprofile') |
34 | 34 |
35 # Cleanup: | 35 # Cleanup: |
36 manager.remove('testprofile') | 36 manager.remove('testprofile') |
37 assert manager.list() == [] | 37 assert manager.list() == [] |
38 f = file('profiles', 'w') | 38 f = file(profiles, 'w') |
39 print >> f, '[General]' | 39 print >> f, '[General]' |