Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Eteri
erp5_fork
Commits
c5e2f481
Commit
c5e2f481
authored
5 years ago
by
Nicolas Wavrant
Browse files
Options
Download
Email Patches
Plain Diff
ERP5TypeTestCase: fix indentation
parent
bc3e35a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
product/ERP5Type/tests/ERP5TypeTestCase.py
product/ERP5Type/tests/ERP5TypeTestCase.py
+4
-4
No files found.
product/ERP5Type/tests/ERP5TypeTestCase.py
View file @
c5e2f481
...
...
@@ -281,10 +281,10 @@ class ERP5TypeTestCaseMixin(ProcessingNodeTestCase, PortalTestCase):
newSecurityManager
(
None
,
user
)
def
whoami
(
self
):
"""
Returns username of currently logged in user
"""
self
.
portal
.
portal_membership
.
getAuthenticatedMember
().
getUserName
()
"""
Returns username of currently logged in user
"""
self
.
portal
.
portal_membership
.
getAuthenticatedMember
().
getUserName
()
def
changeSkin
(
self
,
skin_name
):
"""
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment