1. 16 Jun, 2015 1 commit
  2. 14 Nov, 2013 1 commit
  3. 17 Sep, 2013 1 commit
    • Add clar helpers for testing file equality · 13f36ffb
      These are a couple of new clar helpers for testing that a file
      has expected contents that I extracted from the checkout code.
      
      Actually wrote this as part of an abandoned earlier attempt at a
      new filters API, but it will be useful now for some of the tests
      I'm going to write.
      Russell Belfer committed
  4. 21 Jun, 2013 1 commit
    • Fix checkout of modified file when missing from wd · 36fd9e30
      This fixes the checkout case when a file is modified between the
      baseline and the target and yet missing in the working directory.
      The logic for that case appears to have been wrong.
      
      This also adds a useful checkout notify callback to the checkout
      test helpers that will count notifications and also has a debug
      mode to visualize what checkout thinks that it's doing.
      Russell Belfer committed
  5. 25 Mar, 2013 1 commit
    • Fix up checkout file contents checks · 050ab995
      This fixes of the file contents checks in checkout to give
      slightly better error messages by directly calling the underlying
      clar assertions so the file and line number of the top level call
      can be reported correctly, and renames the helpers to not start
      with "test_" since that is kind of reserved by clar.
      
      This also enables some of the CRLF tests on all platforms that
      were previously Windows only (by pushing a check of the native
      line endings into the test body).
      Russell Belfer committed
  6. 05 Jan, 2013 1 commit