Mercurial > mozilla > hg > ProfileManager
changeset 14:e846544b4d92
stub for a test to create a new profile
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 May 2010 07:49:43 -0700 |
parents | 5f81f9d321ba |
children | 543d08958b67 |
files | profilemanager/tests/test_profilemanager.txt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/profilemanager/tests/test_profilemanager.txt Thu May 06 07:47:21 2010 -0700 +++ b/profilemanager/tests/test_profilemanager.txt Thu May 06 07:49:43 2010 -0700 @@ -15,3 +15,7 @@ Instatiate a ProfileManager: >>> manager = ProfileManager(profiles) + +Create a new profile: + + >>> manager.new('testprofile')