Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
47c28564
Commit
47c28564
authored
Jan 11, 2013
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testDeliveryBuilderToSupportMultipleLines: simplify editing of activity tables
parent
a8e749b6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
...t/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
+2
-3
No files found.
product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
View file @
47c28564
...
...
@@ -336,12 +336,11 @@ class TestNestedLine(TestNestedLineMixin, ERP5TypeTestCase):
return
False
self
.
tic
(
stop_condition
=
stop_condition
)
update_causality_message_uid
,
=
prioritize_uid_list
# make all other messages have less priority:
for
table
in
'message'
,
'message_queue'
:
self
.
portal
.
cmf_activity_sql_connection
.
manage_test
(
"""
update %s
set priority=200
where uid
<>
%s
set priority=
-
200
where uid
=
%s
"""
%
(
table
,
update_causality_message_uid
))
self
.
tic
()
...
...
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