An error occurred fetching the project authors.
  1. 07 Jul, 2017 1 commit
    • Julien Muchembled's avatar
      tests: clean up code related to configuration of cloudooo/memcached connectors · f84f4cdb
      Julien Muchembled authored
      - The conversion server is supposed to be configured in a system preference,
        so do this instead of using a normal preference.
      - _getConversionServerDict -> _getConversionServerUrl, to make clear that
        cloudooo is now configured by a url, instead of a host/port couple.
      - Refactoring: From the moment where setUpERP5Site() sets up things
        automatically, we don't the "same" duplicated code throughout many test to
        redo cloudooo configuration.
      - In the promise file, the volatile/persistent memcached url were swapped.
      f84f4cdb
  2. 23 Aug, 2016 1 commit
  3. 22 Aug, 2016 1 commit
  4. 16 Oct, 2014 1 commit
  5. 30 Jan, 2014 1 commit
  6. 30 Oct, 2013 1 commit
  7. 13 Jun, 2013 1 commit
    • Jérome Perrin's avatar
      Revert 3 latest commits · 228e3f79
      Jérome Perrin authored
      Revert "Test deferred style with converting to a format"
      
      This reverts commit cbfa8d56.
      -> pushed by mistake
      
      Revert "Set cloudoo on preferences in ERP5TypeTestCase"
      
      This reverts commit 28824962.
      -> pushed by mistake
      
      Revert "Listbox from Folder_viewWorkflowActionDialog has hidden columns"
      
      This reverts commit 802d3f53.
      -> a test is failing
      228e3f79
  8. 12 Jun, 2013 1 commit
  9. 20 Mar, 2013 1 commit
    • Aurel's avatar
      New ERP5 SyncML implementation · 291fafc5
      Aurel authored
      Complete rewrite of the syncml core engine to make it scallable
      Remaining work :
      - review of conflict management
      - re-implement splitting of big object
      - generic unit test for AsynchronousEngine
      - complete review of default conduit
      - lot of TODO and XXX in the code to check
      291fafc5
  10. 17 Dec, 2012 1 commit
  11. 11 May, 2012 1 commit
  12. 21 Nov, 2011 1 commit
    • Arnaud Fontaine's avatar
      Fix workflow history synchronization for ERP5SyncML. · 784d1a0a
      Arnaud Fontaine authored
      Only the first workflow from the history was synchronized because of a
      mistake when checking if the workflow can be added. Also, do not
      ignore processing_status_workflow when running tests to detect such
      problem in the future.
      784d1a0a
  13. 04 Feb, 2011 1 commit
  14. 03 Feb, 2011 1 commit
  15. 04 Dec, 2010 2 commits
  16. 01 Dec, 2010 1 commit
  17. 15 Jul, 2010 1 commit
    • Sebastien Robin's avatar
      sync with trunk@37114 · c1ae57b0
      Sebastien Robin authored
      Conflicts:
      	bt5/erp5_base/bt/revision
      	bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py
      	bt5/erp5_simulation/bt/revision
      	bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml
      	bt5/erp5_trade/bt/change_log
      	bt5/erp5_trade/bt/revision
      	products/ERP5/Document/BusinessPath.py
      	products/ERP5/Document/SimulationMovement.py
      	products/ERP5/Document/TradeCondition.py
      	products/ERP5/Document/TradeModelLine.py
      	products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision
      	products/ERP5Type/ERP5Type.py
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
      c1ae57b0
  18. 31 May, 2010 6 commits
  19. 17 May, 2010 1 commit
  20. 29 Apr, 2010 1 commit
    • Julien Muchembled's avatar
      Do not use /tmp selfishly · 7368ce22
      Julien Muchembled authored
      IOW, be nice with the OS and other software/users.
      
      - /tmp should never be hardcoded: $TMPDIR is better
      - $TMPDIR should be only used with 'tempfile' and appropriate clean up
      - in unit tests, the 'tests' directory can be used as temporary storage
        (like in this commit)
      
      This fixes possible random failures of SyncML related tests when, for example,
      testERP5SyncML and testERP5DocumentSyncML are run in parallel.
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34864 20353a03-c40f-0410-a6d1-a30d3c3de9de
      7368ce22
  21. 08 Oct, 2009 1 commit
  22. 28 Sep, 2009 1 commit
  23. 30 Jul, 2009 1 commit