summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/scm
Commit message (Expand)AuthorAgeFilesLines
...
* scm: bazaar: add unit adapter test of annotate invalid revision.Toshi MARUYAMA2011-05-261-0/+4
* scm: bazaar: add unit adapter test of annotate invalid path.Toshi MARUYAMA2011-05-261-0/+4
* scm: bazaar: add unit adapter info test.Toshi MARUYAMA2011-05-251-0/+5
* scm: bazaar: add unit adapter test that info is nil if repository path is inv...Toshi MARUYAMA2011-05-251-0/+7
* scm: bazaar: add unit adapter test that info is not nil in test repository.Toshi MARUYAMA2011-05-251-0/+4
* scm: subversion: add unit adapter test that info is nil if repository path is...Toshi MARUYAMA2011-05-251-0/+7
* scm: subversion: add unit adapter test that info is not nil in test repository.Toshi MARUYAMA2011-05-251-2/+4
* scm: bazaar: add unit adapter test to get "append_revisions_only" value from ...Toshi MARUYAMA2011-05-251-0/+4
* scm: bazaar: add unit adapter test to get .bzr/branch/branch.conf path from s...Toshi MARUYAMA2011-05-251-0/+18
* scm: git: add unit adapter test of default path_encoding is UTF-8 (#5251).Toshi MARUYAMA2011-05-211-0/+15
* scm: mercurial: add unit adapter test of default path_encoding is UTF-8 (#2664).Toshi MARUYAMA2011-05-211-0/+15
* scm: cvs: add unit adapter test of default path_encoding is UTF-8 (#3462).Toshi MARUYAMA2011-05-211-0/+16
* scm: filesystem: add unit adapter test of default path_encoding is UTF-8 (#22...Toshi MARUYAMA2011-05-211-0/+15
* scm: mercurial: code clean up unit adapter test.Toshi MARUYAMA2011-05-181-4/+2
* scm: git: use block to call revisions() in unit adapter test_revisions_invali...Toshi MARUYAMA2011-05-131-3/+5
* scm: git: use block to call revisions() in unit adapter test_revisions_branch...Toshi MARUYAMA2011-05-131-8/+14
* scm: git: use block to call revisions() in unit adapter test_revisions_branch...Toshi MARUYAMA2011-05-131-3/+9
* scm: git: use block to call revisions() in unit adapter test_revisions_master...Toshi MARUYAMA2011-05-131-8/+14
* scm: git: use block to call revisions() in unit adapter test_revisions_master...Toshi MARUYAMA2011-05-131-3/+9
* scm: subversion: remove trailing white-spaces from unit adapter test.Toshi MARUYAMA2011-05-131-3/+3
* scm: mercurial: remove trailing white-spaces from unit adapter test.Toshi MARUYAMA2011-05-131-1/+1
* scm: filesystem: remove trailing white-spaces from unit adapter test.Toshi MARUYAMA2011-05-131-2/+2
* scm: darcs: remove trailing white-spaces from unit adapter test.Toshi MARUYAMA2011-05-131-2/+2
* scm: cvs: remove trailing white-spaces from unit adapter test.Toshi MARUYAMA2011-05-131-3/+3
* scm: git: add test of revisions() with invalid revision in unit adapter test ...Toshi MARUYAMA2011-05-121-0/+9
* scm: git: add another revision in merged revisions test in unit adapter test ...Toshi MARUYAMA2011-05-121-0/+12
* scm: git: add test of revisions() in merged revisions in unit adapter test (#...Toshi MARUYAMA2011-05-121-0/+15
* scm: git: add test of "latin_1_path_encoding" branch revisions with from revi...Toshi MARUYAMA2011-05-121-0/+18
* scm: git: add test of "branch_latin_1_path_encoding" branch all revisions in ...Toshi MARUYAMA2011-05-121-0/+13
* scm: git: rename "test_revisions_master()" to "test_revisions_master_all()" i...Toshi MARUYAMA2011-05-121-1/+1
* scm: git: add unit adapter test of master branch revisions().Toshi MARUYAMA2011-05-061-1/+15
* scm: git: split unit adapter revisions test to with time or not (#7146, #6013).Toshi MARUYAMA2011-05-061-1/+3
* scm: git: remove trailing white-spaces and an empty line in unit lib test.Toshi MARUYAMA2011-05-061-3/+2
* scm: git: use report_last_commit option in unit adapter test (#7047).Toshi MARUYAMA2011-05-051-2/+4
* scm: bazaar: code clean up unit adapter test.Toshi MARUYAMA2011-04-251-4/+2
* scm: cvs: convert author encoding with log encoding setting.Toshi MARUYAMA2011-04-141-2/+2
* scm: cvs: update test repository.Toshi MARUYAMA2011-04-141-2/+2
* scm: mercurial: add client command tests at unit adapter test (#4273).Toshi MARUYAMA2011-04-081-1/+6
* scm: git: add client command tests at unit adapter test (#4273).Toshi MARUYAMA2011-04-081-0/+7
* scm: mercurial: code clean up unit adapter test.Toshi MARUYAMA2011-04-081-1/+2
* scm: filesystem: update test repository for non ascii text files displaying (...Toshi MARUYAMA2011-03-221-5/+5
* scm: filesystem: code clean up unit adapter test.Toshi MARUYAMA2011-03-221-10/+6
* Fixes subversion tests not running on win32.Jean-Philippe Lang2011-03-201-4/+3
* scm: git: strict Ruby 1.9 string test in unit adapter test.Toshi MARUYAMA2011-03-171-2/+2
* scm: mercurial: add test of non ASCII named branch in unit adapter test (#7246).Toshi MARUYAMA2011-03-141-0/+6
* scm: mercurial: add test of non ASCII tag in unit adapter test (#1981).Toshi MARUYAMA2011-03-141-0/+6
* scm: mercurial: prepare test of wrapping revision of cat and annotate with UR...Toshi MARUYAMA2011-03-141-3/+10
* scm: mercurial: remove unused parameters from "nodes_in_branch()" method in a...Toshi MARUYAMA2011-03-131-4/+4
* scm: mercurial: add tests for "nodes_in_branch()" method in adapter (#7246, #...Toshi MARUYAMA2011-03-131-0/+30
* scm: cvs: fix age column on repository view is off by timezone delta (#7827).Toshi MARUYAMA2011-03-111-0/+8