Mercurial > mozilla > hg > ProfileManager
diff profilemanager/tests/test.py @ 51:dc9324b52c2a
* add write convenience function
* finish backup method
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Fri, 07 May 2010 09:59:08 -0700 |
parents | 4cd6fc940407 |
children | 6cb674db8f51 |
line wrap: on
line diff
--- a/profilemanager/tests/test.py Fri May 07 09:43:35 2010 -0700 +++ b/profilemanager/tests/test.py Fri May 07 09:59:08 2010 -0700 @@ -34,7 +34,7 @@ # Backup the profile manager.backup('testprofile') -manager.restore('testprofile') +# TODO: manager.restore('testprofile') # Cleanup: manager.remove('testprofile')