@@ -1,5 +1,5 | |||||
1 | # Redmine - project management software |
|
1 | # Redmine - project management software | |
2 |
# Copyright (C) 2006-20 |
|
2 | # Copyright (C) 2006-2012 Jean-Philippe Lang | |
3 | # |
|
3 | # | |
4 | # This program is free software; you can redistribute it and/or |
|
4 | # This program is free software; you can redistribute it and/or | |
5 | # modify it under the terms of the GNU General Public License |
|
5 | # modify it under the terms of the GNU General Public License | |
@@ -20,9 +20,6 require File.expand_path('../../test_helper', __FILE__) | |||||
20 | class EnumerationTest < ActiveSupport::TestCase |
|
20 | class EnumerationTest < ActiveSupport::TestCase | |
21 | fixtures :enumerations, :issues, :custom_fields, :custom_values |
|
21 | fixtures :enumerations, :issues, :custom_fields, :custom_values | |
22 |
|
22 | |||
23 | def setup |
|
|||
24 | end |
|
|||
25 |
|
||||
26 | def test_objects_count |
|
23 | def test_objects_count | |
27 | # low priority |
|
24 | # low priority | |
28 | assert_equal 6, Enumeration.find(4).objects_count |
|
25 | assert_equal 6, Enumeration.find(4).objects_count |
General Comments 0
You need to be logged in to leave comments.
Login now