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
Laurent S
erp5
Commits
17011b4d
Commit
17011b4d
authored
Jul 29, 2011
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document another case where test_02_unindexObjectDependency would fail
parent
04fa3aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
product/ERP5Type/tests/testCopySupport.py
product/ERP5Type/tests/testCopySupport.py
+3
-1
No files found.
product/ERP5Type/tests/testCopySupport.py
View file @
17011b4d
...
...
@@ -105,7 +105,9 @@ class TestCopySupport(ERP5TypeTestCase):
# uid of <Products.ERP5Catalog.CatalogTool.IndexableObjectWrapper for
# /erp5/person_module/1/old_address> is 599L and is already assigned
# to deleted in catalog !!! This can be fatal.
# This test would also fail if SQLDict was used for 'unindexObject'.
# This test would fail if:
# - SQLDict was used for 'unindexObject'
# - there were more than MAX_VALIDATED_LIMIT unindexed & reindexed objects
self
.
tic
()
def
test_03_unindexObjectGrouping
(
self
):
...
...
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