70 Commits (292cf401008af7502204dc8cdd1e1da19a5f9510)

Author SHA1 Message Date
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang 536747b747 Replaces find(:all) calls. 11 years ago
  Jean-Philippe Lang 9b60214b3a Fixed that Repository#entries returns an Array. 12 years ago
  Jean-Philippe Lang 2cbf9c9cc4 Renamed #changes association to #filechanges (clash with AR::Base.changes that triggers errors with Rails 3.2.5). 12 years ago
  Jean-Philippe Lang ba5a052c8c Copyright update. 12 years ago
  Toshi MARUYAMA 41c16ecb2f scm: mercurial: remove unnecessary log_encoding from overriding human_attribute_name test 12 years ago
  Toshi MARUYAMA beb3b23fb6 scm: mercurial: add test to override human_attribute_name of "path to repository" 12 years ago
  Toshi MARUYAMA d004d83183 scm: mercurial: split unit model test setup whether repository required or not 12 years ago
  Toshi MARUYAMA 4a5a4bad97 scm: mercurial: test: model: fix failing test_parents on PostgreSQL (#5501) 12 years ago
  Toshi MARUYAMA 9129d116b2 scm: mercurial: test: model: add test of parents (#5501) 12 years ago
  Toshi MARUYAMA 476c3d54b7 scm: mercurial: update test repository (#5501) 12 years ago
  Toshi MARUYAMA 520a8e6f15 scm: mercurial: use NUM_REV instead of hard-coded number of revisions at "test_fetch_changesets_incremental" of unit model test 12 years ago
  Toshi MARUYAMA 3a62c30f24 scm: mercurial: skip failing unit model tests on below Mercurial 1.5 (#9465) 12 years ago
  Toshi MARUYAMA 4366112cfa Rails3: scm: mercurial: fix error of test_copied_files at unit model test 13 years ago
  Toshi MARUYAMA 51d14ea511 Rails3: scm: mercurial: fix error of test_latest_changesets at unit model test 13 years ago
  Toshi MARUYAMA eb6c6ef358 Rails3: scm: mercurial: fix error of test_changeset_order_by_revision at unit model test 13 years ago
  Toshi MARUYAMA edb5b069e7 Rails3: scm: mercurial: fix error of test_format_identifier at unit model test 13 years ago
  Toshi MARUYAMA c4618ec141 Rails3: scm: mercurial: fix error of test_identifier at unit model test 13 years ago
  Toshi MARUYAMA 0f43aaca0e Rails3: scm: mercurial: fix error of test_find_changeset_by_invalid_name at unit model test 13 years ago
  Toshi MARUYAMA 169cb86ce9 Rails3: scm: mercurial: fix error of test_find_changeset_by_name at unit model test 13 years ago
  Toshi MARUYAMA 81f2cb00b6 Rails3: scm: mercurial: fix error of test_next_nil at unit model test 13 years ago
  Toshi MARUYAMA db1d619a34 Rails3: scm: mercurial: fix error of test_next at unit model test 13 years ago
  Toshi MARUYAMA 8614f0afbf Rails3: scm: mercurial: fix error of test_previous_nil at unit model test 13 years ago
  Toshi MARUYAMA 683ed49f15 Rails3: scm: mercurial: fix error of test_previous at unit model test 13 years ago
  Toshi MARUYAMA 264deedd82 Rails3: scm: mercurial: fix error of test_find_changeset_by_empty_name at unit model test 13 years ago
  Toshi MARUYAMA 0130f62651 Rails3: mercurial: git: fix error of test_isodatesec at unit model test 13 years ago
  Toshi MARUYAMA 743adeb55f Rails3: mercurial: git: fix error of test_fetch_changesets_incremental at unit model test 13 years ago
  Toshi MARUYAMA 9ed7bf1d72 Rails3: mercurial: git: fix error of test_fetch_changesets_from_scratch at unit model test 13 years ago
  Toshi MARUYAMA e772e9ea7b scm: mercurial: define NUM_REV as the number of test repository revisions at unit model test 13 years ago
  Toshi MARUYAMA 7e38ccab55 scm: mercurial: replace RAILS_ROOT to Rails.root in unit model test. 13 years ago
  Toshi MARUYAMA f289d4e354 scm: mercurial: remove trailing white-spaces from unit model test. 13 years ago
  Toshi MARUYAMA c17a78c771 scm: mercurial: fix unit model test fails if hg command is unavailable. 13 years ago
  Toshi MARUYAMA 94f71773b6 scm: mercurial: add test of copied file from_revision node id at unit model test. 13 years ago
  Toshi MARUYAMA b30ece064b scm: mercurial: add scm command tests at unit model test (#4273). 13 years ago
  Toshi MARUYAMA 6702b26515 scm: mercurial: add test of latest changesets support named branch in unit model test (#7246). 13 years ago
  Toshi MARUYAMA 59c791b2e1 scm: mercurial: add latest changesets supporting tag test in unit model test (#1981). 13 years ago
  Toshi MARUYAMA 081a90701a scm: mercurial: add latest changesets improvement test in unit model test. 13 years ago
  Toshi MARUYAMA 7e96ea617c scm: mercurial: prepare tests of named branch and tag in unit model test (#1981, #7246). 13 years ago
  Toshi MARUYAMA 620e428e95 scm: mercurial: code clean up unit model test. 13 years ago
  Toshi MARUYAMA cb8c2d59bf scm: mercurial: remove duplicates tests in unit model test. 13 years ago
  Toshi MARUYAMA 542e0cb88d scm: mercurial: fix unit model test fails on MySQL and remove duplicates tests. 13 years ago
  Toshi MARUYAMA d5b268129c scm: mercurial: add latin-1 encoding directory to test repository (#2664). 13 years ago
  Toshi MARUYAMA 8d3773e0e1 scm: mercurial: add changesets order test in unit model test (#5357). 13 years ago
  Toshi MARUYAMA 17219baa62 scm: mercurial: additional unit model tests for path encoding (#2664). 13 years ago
  Toshi MARUYAMA 53249469a0 scm: mercurial: update test repository for path contains space (#2664, #4455). 13 years ago
  Toshi MARUYAMA b7dffa44c9 scm: mercurial: update test repository for path encoding (#2664). 13 years ago
  Toshi MARUYAMA cc210c58a4 scm: mercurial: code clean up unit model test. 13 years ago
  Toshi MARUYAMA 5d0869bcde scm: mercurial: change project id of unit app test from 1 to 3. 13 years ago
  Toshi MARUYAMA 0b19757303 scm: mercurial: unit app test for latest_changesets SQL "like" special character '%' and '_'. 13 years ago
  Toshi MARUYAMA 0e0a8c01ea scm: mercurial: unit app test for latest_changeset. 13 years ago