Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Eteri
slapos
Commits
a045d649
Commit
a045d649
authored
Sep 13, 2019
by
Bryton Lacquement
🚪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5/test: "invert" the WSGI minimal test to use Medusa instead
Using WSGI became the default behavior in
f4d141a1
.
parent
b0945272
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
software/erp5/test/test/test_erp5.py
software/erp5/test/test/test_erp5.py
+3
-3
No files found.
software/erp5/test/test/test_erp5.py
View file @
a045d649
...
@@ -97,14 +97,14 @@ class TestDefaultParameters(ERP5TestCase, TestPublishedURLIsReachableMixin):
...
@@ -97,14 +97,14 @@ class TestDefaultParameters(ERP5TestCase, TestPublishedURLIsReachableMixin):
__partition_reference__
=
'defp'
__partition_reference__
=
'defp'
class
Test
WSGI
(
ERP5TestCase
,
TestPublishedURLIsReachableMixin
):
class
Test
Medusa
(
ERP5TestCase
,
TestPublishedURLIsReachableMixin
):
"""Test ERP5 WSGI server
"""Test ERP5 WSGI server
"""
"""
__partition_reference__
=
'
wsgi
'
__partition_reference__
=
'
medusa
'
@
classmethod
@
classmethod
def
getInstanceParameterDict
(
cls
):
def
getInstanceParameterDict
(
cls
):
return
{
'_'
:
json
.
dumps
({
'wsgi'
:
Tru
e
})}
return
{
'_'
:
json
.
dumps
({
'wsgi'
:
Fals
e
})}
class
TestApacheBalancerPorts
(
ERP5TestCase
):
class
TestApacheBalancerPorts
(
ERP5TestCase
):
...
...
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