diff profilemanager/tests/test_profilemanager.txt @ 23:a8601c2273b5

* hopefully fix tests * correct typo in ProfileManager
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 06 May 2010 15:43:02 -0700
parents 4a1815f8d146
children 5988a15da3b4
line wrap: on
line diff
--- a/profilemanager/tests/test_profilemanager.txt	Thu May 06 15:36:00 2010 -0700
+++ b/profilemanager/tests/test_profilemanager.txt	Thu May 06 15:43:02 2010 -0700
@@ -16,11 +16,14 @@
 
     >>> manager = ProfileManager(profiles)
 
+(I should delete any existing profiles at this point, but instead I'll
+defer this to later.)
+
 Create a new profile:
 
     >>> profiledir = manager.new('testprofile')
-    >>> print profiledir
-    ...profilemanager/tests/profiles/...testprofile
+    >>> profiledir
+    '...profilemanager/tests/profiles/...testprofile'
 
 Cleanup: