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
preetwinder
erp5
Commits
ef0afb71
Commit
ef0afb71
authored
12 years ago
by
Leonardo Rochael Almeida
Committed by
Sebastien Robin
12 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Add missing a super().afterSetup() to ERP5 functional suite
parent
b3921af6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py
product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py
+1
-0
No files found.
product/ERP5Type/tests/ERP5TypeFunctionalTestCase.py
View file @
ef0afb71
...
...
@@ -343,6 +343,7 @@ class ERP5TypeFunctionalTestCase(ERP5TypeTestCase):
return
"Zelenium"
def
afterSetUp
(
self
):
super
(
ERP5TypeFunctionalTestCase
,
self
).
afterSetUp
()
# create browser_id_manager
if
not
"browser_id_manager"
in
self
.
portal
.
objectIds
():
self
.
portal
.
manage_addProduct
[
'Sessions'
].
constructBrowserIdManager
()
...
...
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