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
Léo-Paul Géneau
erp5
Commits
a80728c4
Commit
a80728c4
authored
May 16, 2012
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
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
...
...
bt5/test_conflict_resolution/bt/revision
View file @
a80728c4
2
\ No newline at end of file
3
\ No newline at end of file
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
...
...
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