]> source.dussan.org Git - redmine.git/commitdiff
Removed deferred test, circular relations are unit tested.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 24 Feb 2013 13:03:00 +0000 (13:03 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 24 Feb 2013 13:03:00 +0000 (13:03 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11475 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issue_relations_controller_test.rb

index 04a369b6dd01257ae147f6680ebfa6911939688e..836bb24895db5350d97df469a27b29680341cec5 100644 (file)
@@ -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 => ''}