- 24 May, 2012 3 commits
-
-
Julien Muchembled authored
cf commits 8ecf9753 (state) and a589c1ef (path)
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
Revert "fix two regressions (support attachments, support sending to persons that are not yet indexed)." This reverts commit 5d552ce8.
-
- 23 May, 2012 4 commits
-
-
Julien Muchembled authored
This partially reverts commit a60dd069 ("Fix a few places that could create duplicate root applied rules").
-
Kazuhiko Shiozaki authored
-
Rafael Monnerat authored
The Tutorial Functional Test creates an additional Organisation during the test, this change update the clean up to delete this additional Organisation created.
-
Rafael Monnerat authored
-
- 22 May, 2012 7 commits
-
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Cannot be easily applied to erp5/util/testnode/testnode.py because it prints to stderr, whereas testnode expects a logger function (passed as parameter) to be used.
-
Vincent Pelletier authored
-
Julien Muchembled authored
It is required anyway to install it in order to respect BT dependencies.
-
Julien Muchembled authored
This fixes a regression in recent commit 6e758ade The following line: simulation_movement_list = delivery_dict.get(movement) or \ movement.getDeliveryRelatedValueList() didn't work because the loop that fills delivery_dict does not necessarily find all related simulation movements for every key. New code is a little complicated because it tries to not call getDeliveryRelatedValueList() when 'movement' is not related to trade model.
-
Rafael Monnerat authored
This tests try to install a business template that modifies the catalog, if it fails, it is required to launch recatalog to update MYSQL information, otherwise the further tests will fail due the lack of the email table present.
-
Rafael Monnerat authored
Now as default, the tests prefer local bt5 folder if it is a repository. With the usage of git branches, this changes helps the developer test his own local changes before merge with master (branch used to generate snapshots)
-
- 21 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 20 May, 2012 1 commit
-
-
Julien Muchembled authored
cf commit edb4be56
-
- 19 May, 2012 3 commits
-
-
Arnaud Fontaine authored
This fixes ERP5SyncML and ERP5DocumentSyncML tests failures as erp5diff doesn't support merging of XML with nodes with the same ID.
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
This fixes 43c8d0b5.
-
- 18 May, 2012 9 commits
-
-
Julien Muchembled authored
This reapplies commit ddcb5001, now that we have no more unexpected success.
-
Julien Muchembled authored
This test was fixed by commit df7ee3a3 ("specialise should be copied into Delivery instead of Movement in PL builder").
-
Julien Muchembled authored
-
Ivan Tyagov authored
-
Yusei Tahara authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Use only one global RenderJs variable to access different modules instead of many global variable here and there.
-
Yusei Tahara authored
-
Yusei Tahara authored
-
- 17 May, 2012 9 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Use scope and closures to make all gadget module alike.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Yusei Tahara authored
Add a test about checking quantity unit behavior on movement. Quantity unit set to movement must not be changed by changing default quantity unit on resource. This test will fail as expected.
-
- 16 May, 2012 3 commits
-
-
Gabriel Monnerat authored
add new assert to support range of values expected. The position is calculated on planning box and is returning small difference on value in each testnode result. With this, the test was changed to support this range.
-
Julien Muchembled authored
-
Julien Muchembled authored
TIDStorage monkey-patches ZEO so it imported it before 'custom_zodb' is loaded. This commit fix 'custom_zodb' to reset ZEO triggers.
-