1. 14 Oct, 2015 3 commits
    • Zac Bergquist's avatar
      Re-enable test · 26cbea9e
      Zac Bergquist authored
      I had commented out this check just to make sure the rest of the test cases were succeeding and forgot to add it back in.
      26cbea9e
    • Zac Bergquist's avatar
      Fix test failure on non-Windows OS. · f7fcd744
      Zac Bergquist authored
      NewTestController now sets the site root to '.' to accomodate Windows.  This introduced a failure on Linux because we join "." and an absolute path in /tmp/ and end up looking for the temp file in the wrong place.  This change puts the temp file under the current working directory, which should resolve the issue.
      f7fcd744
    • Zac Bergquist's avatar
      Removed my debug prints · 16bd63fc
      Zac Bergquist authored
      16bd63fc
  2. 13 Oct, 2015 1 commit
    • Zac Bergquist's avatar
      Fix test failures on Windows. · e158cda0
      Zac Bergquist authored
      Most of the Windows test failures are due to the path separator not being "/".  The general approach I took here was to keep paths in "URL form" (ie using "/" separators) as much as possible, and only convert to native paths when we attempt to open a file.  This will allow the most consistency between different host OS.  For example, data structures that store paths still store them with "/" delimiters.  Functions that accepted paths as input and return them as outputs still use "/".
      
      There are still a few test failures that need to be sorted out.
      
      - config/setup/TestRoot (I hear this has already been fixed by someone else)
      - middleware/basicauth/TestBrowseTemplate and middleware/templates/Test (a line endings issue that I'm still working through)
      e158cda0
  3. 11 Oct, 2015 4 commits
  4. 10 Oct, 2015 1 commit
  5. 09 Oct, 2015 3 commits
  6. 08 Oct, 2015 1 commit
  7. 07 Oct, 2015 2 commits
  8. 01 Oct, 2015 3 commits
  9. 30 Sep, 2015 2 commits
  10. 29 Sep, 2015 1 commit
  11. 28 Sep, 2015 5 commits
  12. 25 Sep, 2015 3 commits
  13. 24 Sep, 2015 3 commits
  14. 23 Sep, 2015 1 commit
  15. 22 Sep, 2015 1 commit
  16. 20 Sep, 2015 5 commits
  17. 19 Sep, 2015 1 commit