- 12 Apr, 2012 1 commit
-
-
Sebastien Robin authored
-
- 11 Apr, 2012 6 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
- display the output of all commands launched by erp5testnode in erp5testnode log - add a thread to upload ongoing logs to the master regularly - if the software release is not built successfully after a few time, totally erase software. This help unblocking if buildout is unable to update software. - check if the last test result was cancelled in order to allow relaunching test without restarting testnode - improve logs to allow much better understanding of what is going on
-
Vincent Pelletier authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
Gabriel Monnerat authored
When the same document is uploaded, the message displayed after upload is different. So, the code was changed to check the url without the parameters.
-
- 10 Apr, 2012 23 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Use a much wider range for Accounting Period definition to prevent random errors when define dates at the test.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The related tests were updated for check this change.
-
Rafael Monnerat authored
The reusage permit use configuration for multiple gap definitions. Included specific test for Account Configurator Item.
-
Rafael Monnerat authored
This Constraint do not work for packing lists because according to the constraint the "lines" should be order movements and not delivery movements. Update related Test.
-
Rafael Monnerat authored
This keeps compatibitility with Standard Configurator outcome.
-
Rafael Monnerat authored
Test were updated to check the change.
-
Rafael Monnerat authored
The test should be compatible with Configurator Outcome and w/o Configurator case. This change unify outcome of those 2 cases, making it compatible when run into diferent scenarios.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This Configurator Item configures the script ERP5Site_getSecurityCategoryMapping, This can be combined with roles generations and categories spreadsheet in future to generate full security definition. Update configuration to use Security Category Mapping Configurator Item instead include the script directly, otherwise it breaks the instance due the dependency with scripts on erp5_dms
-
Rafael Monnerat authored
Initial code is almost the same as the one provided by erp5_simulation_test in order to preserver initial compatibility
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Those functional tests also need those business templates with the code previously on erp5_simulation_test
-
Rafael Monnerat authored
Include base categories copied from erp5_trade in order to drop installation dependencies. This permit the configurator test become more accurate with the desired result.
-
Rafael Monnerat authored
Use sale trade condition from configurator or create a very similar one. Do not use path to this in order to prevent this business template depends on others bt5s.
-
Rafael Monnerat authored
Clean up some paths (**) which were useless (it adds nothing).
-
Rafael Monnerat authored
Due simulation alarms some simulation related objects (ie.: Sale Packing Lists) are owned by __erp5security-=__ user during the functional tests. In this case, this script also consider those objects "safe" to remove (as the tests uses very strict search).
-
Rafael Monnerat authored
-
Rafael Monnerat authored
As funcitional tests runs with alarms disabled, invoke alarms is needed for make simulation work. This commit also includes a macro.
-
Rafael Monnerat authored
This change may help us to understand why the build is stalled when an error page is showed to the user.
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
- 09 Apr, 2012 1 commit
-
-
Julien Muchembled authored
-
- 06 Apr, 2012 9 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
See commit 954c7989
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Previous implementation only considered workflows that are chained to the portal type: - this is slower - modification_date of old documents may change or disappear, preventing their reindexation - edit_workflow was always considered, regardless it is chained or not This commit makes getModificationDate more consistent: it simply iterates over all workflow histories stored on the object. When there is no workflow history, ZODB date is returned, which makes getModificationDate useful for objects without any workflow chained, like simulation movements. Another optimization is that last history entry is accessed without loading the whole history.
-
Julien Muchembled authored
-
Julien Muchembled authored
This commit does some refactoring to reuse Delivery_updateSimulation. See also e795d8d1
-