summaryrefslogtreecommitdiffstats
path: root/test/unit/issue_relation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Set User.current to nil before unit tests.Jean-Philippe Lang2018-12-161-0/+4
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-12-061-0/+14
* Reverted r17054 (#27663).Go MAEDA2017-11-301-14/+0
* Disallow creating inverse relates issue relations (#27663).Go MAEDA2017-11-291-0/+14
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Overrides IssueRelation#to_s.Jean-Philippe Lang2014-11-051-0/+19
* Fixed that IssueRelation should not be responsible for calling Issue#init_jou...Jean-Philippe Lang2014-11-021-2/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Removed unused variable.Jean-Philippe Lang2013-12-151-1/+0
* Store relation type instead of i18n key in journals (#15704).Jean-Philippe Lang2013-12-151-4/+4
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-301-2/+2
* add missing fixture to test/unit/issue_relation_test.rbToshi MARUYAMA2013-07-301-1/+2
* add journal after creating/deleting issue relation (#1005)Toshi MARUYAMA2013-05-191-0/+45
* Fixed that r11641 prevents precedes/follows relations between subtasks (#13586).Jean-Philippe Lang2013-03-261-0/+13
* Fixed: Circular loop when using relations and subtasks (#8794).Jean-Philippe Lang2013-03-171-0/+22
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* code layout cleanup test/unit/issue_relation_test.rbToshi MARUYAMA2012-10-091-6/+24
* add missing fixtures to test/unit/issue_relation_test.rbToshi MARUYAMA2012-10-091-1/+11
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* code layout clean up of test_set_issue_to_dates_without_issue_to at test/unit...Toshi MARUYAMA2011-10-071-1/+3
* code layout clean up of test_relation_type_for at test/unit/issue_relation_te...Toshi MARUYAMA2011-10-071-1/+2
* code layout clean up of test_follows_relation_should_not_be_reversed_if_valid...Toshi MARUYAMA2011-10-071-1/+3
* code layout clean up of test_follows_relation_should_be_reversed at test/unit...Toshi MARUYAMA2011-10-071-1/+2
* code layout clean up of test_create at test/unit/issue_relation_test.rbToshi MARUYAMA2011-10-071-1/+2
* Rails3: test: replace deprecated errors.on at test_validates_circular_depende...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: test: replace deprecated errors.on at test_validates_circular_depende...Toshi MARUYAMA2011-10-071-1/+1
* remove trailing white-spaces from test/unit/issue_relation_test.rb.Toshi MARUYAMA2011-08-291-13/+13
* Document why relation is reversed after validation.Jean-Philippe Lang2011-07-041-3/+0
* Set a default value for relation type.Jean-Philippe Lang2011-07-041-1/+7
* Fixed circular dependencies possibly introduced when using reverse relations,...Jean-Baptiste Barth2011-06-261-0/+12
* Adds a test for issue circular dependency validation.Jean-Philippe Lang2011-01-151-0/+9
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Safer code in IssueRelation (#7018).Jean-Philippe Lang2010-12-041-0/+10
* Adds issue relations to individual issue XML (#5305).Jean-Philippe Lang2010-05-011-0/+9
* Fixes 'follows' relation validation.Jean-Philippe Lang2009-12-181-0/+11
* Adds 'follows' relation (#1432).Jean-Philippe Lang2009-12-181-0/+46