summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2009-12-13 03:37:26 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2009-12-13 03:37:26 +0000
commit4fb554e95d69268f0a88996fc09c73c1a4eec57a (patch)
tree1eeb089c01d669f9b106b8a728a9827392d601ef /test
parent17512e7efdb2ef03cae94a2697a72d79205a9b2b (diff)
downloadredmine-4fb554e95d69268f0a88996fc09c73c1a4eec57a.tar.gz
redmine-4fb554e95d69268f0a88996fc09c73c1a4eec57a.zip
Project custom fields are already copied via the Copy form. (#3367)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3165 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/project_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/unit/project_test.rb b/test/unit/project_test.rb
index 40d5b823b..0633c95de 100644
--- a/test/unit/project_test.rb
+++ b/test/unit/project_test.rb
@@ -682,8 +682,6 @@ class ProjectTest < ActiveSupport::TestCase
end
end
- should "copy custom fields"
-
should "copy issue categories" do
assert @project.copy(@source_project)