- 26 Apr, 2012 5 commits
-
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
Rafael Monnerat authored
This merge of "rafael" branch includes several commits for: - Fixes for Functional Tests - Use Remote URL for Tutorial Related tests (see testFunctionalConfigurator) - Fixes for Consulting Configurator Workflow tests - Several tests for SVG Conversion and better SVG support
-
- 25 Apr, 2012 3 commits
-
-
Rafael Monnerat authored
SVG has a special treatment on this case, because is the only format which is a real image. The others formats are non-image cases. When it is SVG, rely only on Image API Conversion.
-
Kazuhiko Shiozaki authored
-
Ivan Tyagov authored
-
- 24 Apr, 2012 13 commits
-
-
Rafael Monnerat authored
Merged master into rafael branch Conflicts: bt5/erp5_ui_test/bt/revision product/ERP5/bootstrap/erp5_core/bt/revision
-
Rafael Monnerat authored
Person, Organisation, Link person and Organisation and few others tests were merged with the tutorials, due this some TESTONLY were archived.
-
Sebastien Robin authored
This is surely the source of random duplicate uid problems. Indeed, some test like testERP5Catalog using default extra_sql_connection_string_list provided by slapos were using same connection string as other running tests
-
Rafael Monnerat authored
-
Rafael Monnerat authored
If a TextDocument is used as image (ie.: like in Web Illustration to SVG), the conversion API should be from Image to prevent code duplications.
-
Rafael Monnerat authored
Transform the URL into Data URI in order to avoid ImageMagick and rsvg-convert limitations. This API should be dropped as soon those external tools can handle remote URLs (ie.: http, https ...) into SVG definitions. It was included defensive code and a lot of tests to prevent unexpected outcomes, like raise ConversionError if the download failures and do not parse empty content.
-
Sebastien Robin authored
-
Vincent Pelletier authored
This way, we can effectively kill all subprocesses. This worked for slapproxy because Flask calls setsid internally, but slapgrid-* doesn't, so they wouldn't be killed by killpg.
-
Vincent Pelletier authored
-
Vincent Pelletier authored
Fixes upgrade path from older erp5testnode version.
-
Vincent Pelletier authored
-
Sebastien Robin authored
-
Ivan Tyagov authored
-
- 23 Apr, 2012 18 commits
-
-
Sebastien Robin authored
-
Julien Muchembled authored
Note that it is useless to test simulation quantity in isSimulated because even if it exists, we already failed to find a related SM.
-
Julien Muchembled authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
This will be required to fix a possible race condition in causality_workflow
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
Otherwise, first test may fail if '--random_activity_priority=' option is used.
-
Julien Muchembled authored
-
Sebastien Robin authored
This fix is already applied to erp5.util.testnode, we duplicate the fix. The code will move to library soon
-
Leonardo Rochael Almeida authored
The stop_condition() check is run once every beginning of loop tic, but if a loop achieved a state of total failure, RuntimeError was raised before stop_condition() had a chance to run. So we call it again just one more time to see if we can avoid failing.
-
Sebastien Robin authored
the code of some id generator can raise ValueError when objects are not fully installed, and this is typically a case when the compatibility code needs to run (like uid generation in the middle of the installation of id generators objects)
-
Ivan Tyagov authored
-
Sebastien Robin authored
-
Sebastien Robin authored
This is used to get ongoing status even though there is no failures, it allows to know what is going on on testnode side
-
Aurel authored
-
- 20 Apr, 2012 1 commit
-
-
Sebastien Robin authored
This fix errors that could depend on environment (like python version, mariadb version, etc)
-