Mercurial > mozilla > hg > ProfileManager
comparison profilemanager/tests/test_profilemanager.txt @ 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 | 4a1815f8d146 |
comparison
equal
deleted
inserted
replaced
13:5f81f9d321ba | 14:e846544b4d92 |
---|---|
13 >>> profiles = resource_filename('profilemanager', path) | 13 >>> profiles = resource_filename('profilemanager', path) |
14 | 14 |
15 Instatiate a ProfileManager: | 15 Instatiate a ProfileManager: |
16 | 16 |
17 >>> manager = ProfileManager(profiles) | 17 >>> manager = ProfileManager(profiles) |
18 | |
19 Create a new profile: | |
20 | |
21 >>> manager.new('testprofile') |