diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-24 13:03:00 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-02-24 13:03:00 +0000 |
commit | 870d9bad86b4247469ce57042a7f5ff3ca4ae87b (patch) | |
tree | a0ddd647cf5482c3d7565af00ab78e1a0e3b558d /test/functional/issue_relations_controller_test.rb | |
parent | 5b4a9ac3b3aaa80bbdfb527f1b1401d93e788471 (diff) | |
download | redmine-870d9bad86b4247469ce57042a7f5ff3ca4ae87b.tar.gz redmine-870d9bad86b4247469ce57042a7f5ff3ca4ae87b.zip |
Removed deferred test, circular relations are unit tested.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11475 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/issue_relations_controller_test.rb')
-rw-r--r-- | test/functional/issue_relations_controller_test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/issue_relations_controller_test.rb b/test/functional/issue_relations_controller_test.rb index 04a369b6d..836bb2489 100644 --- a/test/functional/issue_relations_controller_test.rb +++ b/test/functional/issue_relations_controller_test.rb @@ -109,8 +109,6 @@ class IssueRelationsControllerTest < ActionController::TestCase end end - should "prevent relation creation when there's a circular dependency" - def test_create_xhr_with_failure assert_no_difference 'IssueRelation.count' do xhr :post, :create, :issue_id => 3, :relation => {:issue_to_id => '999', :relation_type => 'relates', :delay => ''} |