1. 20 Jul, 2011 6 commits
  2. 19 Jul, 2011 7 commits
  3. 18 Jul, 2011 11 commits
  4. 15 Jul, 2011 1 commit
  5. 12 Jul, 2011 6 commits
  6. 11 Jul, 2011 1 commit
    • Łukasz Nowak's avatar
      Implement directory based JSON task distribution tool. · f0023bef
      Łukasz Nowak authored
      JSON allows to exchange python dictionaries in safe and simple way.
      
      So thanks to using directory where test results are posted, it is possible that call
      external tool will call erunTestSuite, which would later attach to such directory
      "x" and do "something" more with stored test results.
      f0023bef
  7. 08 Jul, 2011 7 commits
  8. 07 Jul, 2011 1 commit
    • Leonardo Rochael Almeida's avatar
      Remove unnecessary comment · 27d57647
      Leonardo Rochael Almeida authored
      simulation_movement.setPropertyList(
        'variation_category',
        movement.getProperty('variation_category_list'))
      
      Does work after all. Note the absence of the _list suffix on the setting
      property.
      27d57647