1. 22 May, 2012 3 commits
    • Julien Muchembled's avatar
      Fix Trade Model Solver that wrongly skipped some TM related simulation movements · a96fa2a8
      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.
      a96fa2a8
    • Rafael Monnerat's avatar
      Re-catalog in case of mysql table is not present · 72ec5cfd
      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.
      72ec5cfd
    • Rafael Monnerat's avatar
      Drop duplicated code at tests used to update Repository List · 35d8bbce
      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)
      35d8bbce
  2. 21 May, 2012 1 commit
  3. 20 May, 2012 1 commit
  4. 19 May, 2012 3 commits
  5. 18 May, 2012 9 commits
  6. 17 May, 2012 9 commits
  7. 16 May, 2012 13 commits
  8. 15 May, 2012 1 commit