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
Amer
erp5
Commits
c62c1460
Commit
c62c1460
authored
10 years ago
by
Jérome Perrin
Browse files
Options
Download
Email Patches
Plain Diff
Test Results: fix the condition to display Zelenium tests in a table
parent
9421992b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
bt5/erp5_test_result/ExtensionTemplateItem/portal_components/extension.erp5.TestResults.py
...plateItem/portal_components/extension.erp5.TestResults.py
+2
-1
No files found.
bt5/erp5_test_result/ExtensionTemplateItem/portal_components/extension.erp5.TestResults.py
View file @
c62c1460
...
...
@@ -99,7 +99,8 @@ def parseTestSuiteResults(file_handler):
if
'--save'
in
cmdline
:
test_case
=
'%s (--save)'
%
test_case
if
'runFunctionalTest'
in
cmdline
or
\
'runExpressFunctionalTest'
in
cmdline
:
'runExpressFunctionalTest'
in
cmdline
or
\
'Firefox running'
in
stderr
:
test_case
=
'Functional Tests'
is_zelenium_test_suite
=
1
...
...
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