Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
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
Ludovic Kiefer
erp5
Commits
0ce2e6a1
Commit
0ce2e6a1
authored
May 20, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add comment for test of obsolete API
parent
03c92f96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
product/ERP5/tests/testCRM.py
product/ERP5/tests/testCRM.py
+1
-0
No files found.
product/ERP5/tests/testCRM.py
View file @
0ce2e6a1
...
@@ -421,6 +421,7 @@ class TestCRM(BaseTestCRM):
...
@@ -421,6 +421,7 @@ class TestCRM(BaseTestCRM):
resource_list
=
[
category
.
getRelativeUrl
()
\
resource_list
=
[
category
.
getRelativeUrl
()
\
for
category
in
resource
.
contentValues
()]
for
category
in
resource
.
contentValues
()]
resource_list
.
append
(
person
.
getRelativeUrl
())
resource_list
.
append
(
person
.
getRelativeUrl
())
# XXX this preference is obsolete, this is now based on use category
system_preference
.
setPreferredEventResourceList
(
resource_list
)
system_preference
.
setPreferredEventResourceList
(
resource_list
)
self
.
tic
()
self
.
tic
()
# Then create One event and play with it
# Then create One event and play with 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