summaryrefslogtreecommitdiffstats
path: root/test/unit/changeset_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds the repository identifier to Changeset#text_tag (#779).Jean-Philippe Lang2012-03-241-0/+11
* Fixed magic link in the note added when closing an issue by a commit from a s...Jean-Philippe Lang2012-02-201-0/+38
* Adds a setting that allows to reference/fix issues of all projects (#3087).Jean-Philippe Lang2012-02-021-0/+30
* scm: use save instead of scan_comment_for_issue_ids at test_commit_referencin...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_commit_referencing_a_parent_project_issue of ...Toshi MARUYAMA2011-08-291-2/+2
* scm: use save instead of scan_comment_for_issue_ids at test_commit_referencin...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_commit_referencing_a_subproject_issue of unit...Toshi MARUYAMA2011-08-291-1/+2
* scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allo...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_ref_keywords_allow_brackets_around_multiple_i...Toshi MARUYAMA2011-08-291-2/+2
* scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allo...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_ref_keywords_allow_brackets_around_a_issue_nu...Toshi MARUYAMA2011-08-291-2/+2
* scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any_...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_ref_keywords_any_line_start of unit changeset...Toshi MARUYAMA2011-08-291-2/+2
* scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any_...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_ref_keywords_any_only of unit changeset test.Toshi MARUYAMA2011-08-291-2/+2
* scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords of u...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_ref_keywords of unit changeset test.Toshi MARUYAMA2011-08-291-2/+2
* scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any ...Toshi MARUYAMA2011-08-291-2/+1
* scm: add dummy revision at test_ref_keywords_any of unit changeset test.Toshi MARUYAMA2011-08-291-1/+2
* scm: remove trailing white-spaces from unit changeset test.Toshi MARUYAMA2011-05-251-7/+7
* scm: fix indents of test/unit/changeset_test.rb.Toshi MARUYAMA2011-05-091-13/+13
* scm: remove trailing white-spaces in unit changeset test.Toshi MARUYAMA2011-05-051-5/+5
* scm: fix invalid UTF-8 tests fail on Windows Ruby 1.8.Toshi MARUYAMA2011-05-051-4/+4
* scm: add missing fixtures when running tests from scratch in unit changeset t...Toshi MARUYAMA2011-04-221-3/+7
* scm: add unit test of preventing PostgreSQL or Ruby 1.9 errors if paths is in...Toshi MARUYAMA2011-04-161-0/+29
* scm: code clean up unit changeset test.Toshi MARUYAMA2011-04-161-138/+142
* scm: add test of empty committer at unit changeset test.Toshi MARUYAMA2011-04-151-4/+7
* scm: add test of committer nil at unit changeset test.Toshi MARUYAMA2011-04-151-4/+6
* scm: add test of invalid utf8 sequences in committer at unit changeset test.Toshi MARUYAMA2011-04-151-3/+7
* scm: replace invalid utf-8 sequences in comments instead of stripping on Ruby...Toshi MARUYAMA2011-04-091-19/+13
* scm: fix log converting error in Ruby 1.9 and add more tests.Toshi MARUYAMA2011-04-091-0/+24
* scm: more strict log converting test in Ruby 1.9.Toshi MARUYAMA2011-04-091-3/+9
* scm: set empty log encoding UTF-8 in Ruby 1.9 and add tests.Toshi MARUYAMA2011-04-091-0/+36
* scm: not use Iconv for log converting in Ruby 1.9 and fix tests fails in Ruby...Toshi MARUYAMA2011-04-091-2/+2
* scm: code clean up test/unit/changeset_test.rb.Toshi MARUYAMA2011-04-091-5/+10
* scm: code clean up unit model changeset test.Toshi MARUYAMA2011-03-171-4/+8
* scm: strict Ruby 1.9 string test in unit model test.Toshi MARUYAMA2011-03-171-2/+2
* scm: code clean up test/unit/changeset_test.rb.Toshi MARUYAMA2011-03-011-4/+3
* scm: add feature of per project repository log encoding setting (#1735).Toshi MARUYAMA2011-03-011-10/+11
* scm: code clean up at test/unit/changeset_test.rb.Toshi MARUYAMA2011-03-011-1/+0
* scm: refactor scm log encoding test (#1735, #3396, #7597).Toshi MARUYAMA2011-02-281-5/+28
* Fixes syntax for time logging in commit messages (#7630, #7718).Jean-Philippe Lang2011-02-261-18/+34
* scm: for log in Ruby 1.9, replace invalid UTF-8 to '?' instead of removing.Toshi MARUYAMA2011-02-221-2/+7
* scm: Ruby 1.9 compatibility for log.Toshi MARUYAMA2011-02-221-0/+19
* scm: fix unit changeset_test.rb test methods calls randomly.Toshi MARUYAMA2011-02-221-3/+5
* Changing revision label and identifier at SCM adapter level (#3724, #6092)Toshi MARUYAMA2011-01-021-0/+5
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Fixes Changeset#text_tag for numeric scmid (#6681).Jean-Philippe Lang2010-12-111-3/+7
* Automatic spent time logging from commit messages (#4155).Jean-Philippe Lang2010-12-051-0/+81