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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gabriel Monnerat
erp5
Commits
a80728c4
Commit
a80728c4
authored
12 years ago
by
Julien Muchembled
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testConflictResolution & testInvalidationBug still need to import 'transaction'
This revert a wrong change in commit
8995b645
parent
a8652fb2
master
asyncscannerjs_copy
bug_20201023-B55C2C
document_scanner_add_filters
fix_erp5_document_scanner
hide_erp5js_validation_text
hide_erp5js_validation_text_backup
prototype
remove_dependency
renderjs_console
support_for_the_developper_mode
support_for_the_developper_mode_cloned
translate_validator_message
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
bt5/test_conflict_resolution/TestTemplateItem/testConflictResolution.py
...ict_resolution/TestTemplateItem/testConflictResolution.py
+1
-0
bt5/test_conflict_resolution/bt/revision
bt5/test_conflict_resolution/bt/revision
+1
-1
product/ERP5/tests/testInvalidationBug.py
product/ERP5/tests/testInvalidationBug.py
+1
-0
No files found.
bt5/test_conflict_resolution/TestTemplateItem/testConflictResolution.py
View file @
a80728c4
...
...
@@ -28,6 +28,7 @@
import
unittest
import
urllib
import
transaction
import
ZODB
from
ZODB.DemoStorage
import
DemoStorage
from
Products.ERP5Type.tests.ERP5TypeTestCase
import
ERP5TypeTestCase
...
...
This diff is collapsed.
Click to expand it.
bt5/test_conflict_resolution/bt/revision
View file @
a80728c4
2
\ No newline at end of file
3
\ No newline at end of file
This diff is collapsed.
Click to expand it.
product/ERP5/tests/testInvalidationBug.py
View file @
a80728c4
...
...
@@ -33,6 +33,7 @@ import threading
import
time
import
unittest
import
urllib
import
transaction
from
DateTime
import
DateTime
from
Testing
import
ZopeTestCase
from
Products.ERP5Type.tests.ERP5TypeTestCase
import
ERP5TypeTestCase
...
...
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