Mercurial > mozilla > hg > ProfileManager
changeset 35:b9d7f5f61e23
correct syntax error
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 06 May 2010 17:47:51 -0700 |
parents | 5a27ad649768 |
children | a6222b71aab6 |
files | profilemanager/tests/test.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/profilemanager/tests/test.py Thu May 06 17:44:54 2010 -0700 +++ b/profilemanager/tests/test.py Thu May 06 17:47:51 2010 -0700 @@ -24,7 +24,7 @@ # Create a new profile: profiledir = manager.new('testprofile') -assert profiledir.endswith('.testprofile'), 'profiledir should end with testprofile, instead it is %s' % profiledir) +assert profiledir.endswith('.testprofile'), 'profiledir should end with testprofile, instead it is %s' % profiledir # Cleanup: manager.remove('testprofile')