# HG changeset patch # User Jeff Hammel # Date 1273193271 25200 # Node ID b9d7f5f61e238d6d30a10367c61e16d90895bad8 # Parent 5a27ad6497688326c37edf1c9f3e54c2e55aabdb correct syntax error diff -r 5a27ad649768 -r b9d7f5f61e23 profilemanager/tests/test.py --- 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')