summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* Rails4: fix "assert_template 'form'" fails at IssuesControllerTestToshi MARUYAMA2014-02-041-3/+3
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12791 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "#subjects" at GanttHelperTestToshi MARUYAMA2014-02-041-88/+75
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "#number_of_rows_on_project" at GanttHelperTestToshi MARUYAMA2014-02-041-18/+15
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12789 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "#number_of_rows" at GanttHelperTestToshi MARUYAMA2014-02-041-35/+29
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* define as private GanttHelperTest helper methodsToshi MARUYAMA2014-02-041-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12787 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "with workflow privilege" at IssuesControllerTestToshi MARUYAMA2014-02-041-59/+67
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12786 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace shoulda context "without workflow privilege" at IssuesControllerTestToshi MARUYAMA2014-02-041-45/+47
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12785 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: use link_to instead of hard coded html at ↵Toshi MARUYAMA2014-02-041-12/+27
| | | | | | | | | | | | | | | | ApplicationHelperTest#test_wiki_links_within_local_file_generation_context On Rails 4.0.2, test fails. <pre> --- expected +++ actual @@ -1 +1 @@ -"<p><a href=\"CookBook_documentation.html\" class=\"wiki-page\">documentation</a></p>" +"<p><a class=\"wiki-page\" href=\"CookBook_documentation.html\">documentation</a></p>" </pre> git-svn-id: http://svn.redmine.org/redmine/trunk@12784 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up escaped "can't" constantToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12783 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at TrackersControllerTestToshi MARUYAMA2014-02-041-2/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12782 e93f8b46-1217-0410-a6f0-8f06a7374b81
* use escaped "can't" constant at WikisControllerTestToshi MARUYAMA2014-02-041-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12781 e93f8b46-1217-0410-a6f0-8f06a7374b81
* define constant of escaped "can't" for testsToshi MARUYAMA2014-02-041-0/+4
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12780 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up TrackersControllerTestToshi MARUYAMA2014-02-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12779 e93f8b46-1217-0410-a6f0-8f06a7374b81
* code format clean up WikisControllerTestToshi MARUYAMA2014-02-041-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12778 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: insert long id to DB unless existing id in DB is not short ↵Toshi MARUYAMA2014-02-021-1/+113
| | | | | | id (#14361) git-svn-id: http://svn.redmine.org/redmine/trunk@12777 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add asserting first and last changeset to ↵Toshi MARUYAMA2014-02-021-0/+4
| | | | | | test_fetch_changesets_from_scratch (#14361) git-svn-id: http://svn.redmine.org/redmine/trunk@12776 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_parents (#14361)Toshi MARUYAMA2014-02-021-6/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12775 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_entries (#14361)Toshi MARUYAMA2014-02-021-6/+8
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12774 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_entry (#14361)Toshi MARUYAMA2014-02-021-4/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12773 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use scmid_for_assert in assert_copied_files (#14361)Toshi MARUYAMA2014-02-021-5/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12772 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add test helper method to switch short or long id (#14361)Toshi MARUYAMA2014-02-021-0/+12
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12771 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split test_parents to sub method (#14361)Toshi MARUYAMA2014-02-021-5/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12770 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split test_copied_files to sub method (#14361)Toshi MARUYAMA2014-02-021-6/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12769 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split test_entries_short_id to sub method (#14361)Toshi MARUYAMA2014-02-021-5/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12768 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split test_entry_short_id to sub method (#14361)Toshi MARUYAMA2014-02-021-1/+6
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12767 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split latest_changesets tag test to sub method (#14361)Toshi MARUYAMA2014-02-021-3/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12766 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split latest_changesets default branch test to sub method ↵Toshi MARUYAMA2014-02-021-2/+7
| | | | | | (#14361) git-svn-id: http://svn.redmine.org/redmine/trunk@12765 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split latest_changesets tag test with path or not (#14361)Toshi MARUYAMA2014-02-021-0/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12764 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add latest_changesets "default" branch test (#14361)Toshi MARUYAMA2014-02-021-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12763 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split latest_changesets tag test with limit or not (#14361)Toshi MARUYAMA2014-02-021-3/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12762 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-021-33/+33
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12761 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add model entry test (#14361)Toshi MARUYAMA2014-02-021-0/+38
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12758 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add model entries test (#14361)Toshi MARUYAMA2014-02-021-1/+19
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12757 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add adapter entry test (#14361)Toshi MARUYAMA2014-02-021-0/+41
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12756 e93f8b46-1217-0410-a6f0-8f06a7374b81
* back out r12752 (#14361)Toshi MARUYAMA2014-02-011-31/+31
| | | | | | Revision, Author and Comment of repository browser are broken. git-svn-id: http://svn.redmine.org/redmine/trunk@12753 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use long id in adapter level (#14361)Toshi MARUYAMA2014-02-011-31/+31
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12752 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: add check scmid to ↵Toshi MARUYAMA2014-02-011-1/+3
| | | | | | RepositoryMercurialTest#test_fetch_changesets_from_scratch (#14361) git-svn-id: http://svn.redmine.org/redmine/trunk@12750 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: use 12 chars id for format_changeset_identifier (#14361)Toshi MARUYAMA2014-02-011-0/+11
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12749 e93f8b46-1217-0410-a6f0-8f06a7374b81
* scm: mercurial: split latest_changesets test to tag and branchToshi MARUYAMA2014-02-011-2/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12748 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove redundant empty line from RepositoryMercurialTestToshi MARUYAMA2014-02-011-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12747 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds some test helpers to cleanup tests.Jean-Philippe Lang2014-01-312-62/+71
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed calculation of done_ratio of parent task with child having ↵Jean-Philippe Lang2014-01-311-0/+12
| | | | | | estimated_time at 0 (#15870). git-svn-id: http://svn.redmine.org/redmine/trunk@12745 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4 compatibility of WatcherTest#test_watcher_usersToshi MARUYAMA2014-01-311-1/+1
| | | | | | Rails4 has_many returns ActiveRecord::Associations::CollectionProxy not array git-svn-id: http://svn.redmine.org/redmine/trunk@12744 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed debug output.Jean-Philippe Lang2014-01-301-1/+0
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12740 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Reverts r12669 and add a test for #15870.Jean-Philippe Lang2014-01-301-0/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12739 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-29264-264/+264
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from UserTestToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12714 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from ProjectTestToshi MARUYAMA2014-01-271-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12713 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from PrincipalTestToshi MARUYAMA2014-01-271-1/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12712 e93f8b46-1217-0410-a6f0-8f06a7374b81
* remove unneeded Relation#all from IssueStatusTestToshi MARUYAMA2014-01-271-2/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12711 e93f8b46-1217-0410-a6f0-8f06a7374b81