[hg] galaxy 2587: Fixed indentation
details: http://www.bx.psu.edu/hg/galaxy/rev/881dd4c2de9f changeset: 2587:881dd4c2de9f user: rc date: Thu Aug 20 10:52:08 2009 -0400 description: Fixed indentation 1 file(s) affected in this change: test/functional/test_security_and_libraries.py diffs (21 lines): diff -r 98fa3b9cd980 -r 881dd4c2de9f test/functional/test_security_and_libraries.py --- a/test/functional/test_security_and_libraries.py Thu Aug 20 10:46:52 2009 -0400 +++ b/test/functional/test_security_and_libraries.py Thu Aug 20 10:52:08 2009 -0400 @@ -196,7 +196,7 @@ dhps.sort() # Compare DefaultHistoryPermissions and actions_in - should be the same if dhps != actions_in: - raise AssertionError( 'DefaultHistoryPermissions "%s" for history id %d differ from actions "%s" passed for changing' \ + raise AssertionError( 'DefaultHistoryPermissions "%s" for history id %d differ from actions "%s" passed for changing' \ % ( str( dhps ), latest_history.id, str( actions_in ) ) ) # Make sure DatasetPermissionss are correct if len( latest_dataset.actions ) != len( latest_history.default_permissions ): @@ -209,7 +209,7 @@ dps.sort() # Compare DatasetPermissionss and DefaultHistoryPermissions - should be the same if dps != dhps: - raise AssertionError( 'DatasetPermissionss "%s" for dataset id %d differ from DefaultHistoryPermissions "%s"' \ + raise AssertionError( 'DatasetPermissionss "%s" for dataset id %d differ from DefaultHistoryPermissions "%s"' \ % ( str( dps ), latest_dataset.id, str( dhps ) ) ) self.logout() def test_020_create_new_user_account_as_admin( self ):
participants (1)
-
Greg Von Kuster