Skip to content
Snippets Groups Projects
  1. Oct 10, 2017
  2. Oct 09, 2017
  3. Oct 08, 2017
  4. Oct 05, 2017
  5. Oct 03, 2017
  6. Oct 02, 2017
  7. Oct 01, 2017
  8. Sep 29, 2017
  9. Sep 27, 2017
    • Denis Ledoux's avatar
      [FIX] test_assetsbundle: handle readonly files · 808c0e5d
      Denis Ledoux authored
      If the Odoo server runs with its sources read-only
      for itself, this is not possible for the server
      to touch the files contained in the assets.
      
      In such a case, instead of touching the file,
      we alter the attachment checksum, to simulate
      a change within the modified date.
      
      However, in such a case, we can only test that the
      bundle is well generated again.
      We can no longer check the change of version and modified date,
      since the modified date of the files have not changed,
      and therefore the checksum (which is based on the files
      modified date, among others) neither.
      808c0e5d
    • Denis Ledoux's avatar
      [FIX] base: tests, reflect unaccent behavior of 5e3de76f · b5c55a93
      Denis Ledoux authored
      Since the revision
      5e3de76f
      
      The `::text` is included within the `unaccent` call
      The expession tests have never been changed according
      to this change of behavior in the building of the unaccented
      queries. This has never been detected by runbot because
      you need to start the Odoo server with the option
      `--unaccent`
      and to create the database with the unaccent extension
      `CREATE EXTENSION unaccent`
      to be able to fail the former tests,
      and this is not the case on runbot.
      b5c55a93
    • Christophe Simonis's avatar
      81650180
    • Christophe Simonis's avatar
Loading