# HG changeset patch
# User Jeff Hammel <jhammel@mozilla.com>
# Date 1273157383 25200
# Node ID e846544b4d926c24225391dcd66fb85270714c94
# Parent  5f81f9d321bacccd7f777893f8179f614ce5d8c4
stub for a test to create a new profile

diff -r 5f81f9d321ba -r e846544b4d92 profilemanager/tests/test_profilemanager.txt
--- 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')