summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2011-06-13 19:43:40 +0000
committerJean-Baptiste Barth <jeanbaptiste.barth@gmail.com>2011-06-13 19:43:40 +0000
commitd5cc7424a815a68a21ea080827f737d00b18e88e (patch)
treeb858b5c0b36a152d82bbdd2a1acc33086373a8f2 /test/fixtures
parentbbf1ae581eb90cd516f33d245248b4d394abcf86 (diff)
downloadredmine-d5cc7424a815a68a21ea080827f737d00b18e88e.tar.gz
redmine-d5cc7424a815a68a21ea080827f737d00b18e88e.zip
Do not show inactive issue priorities where not necessary (#8573).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6070 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/enumerations.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/fixtures/enumerations.yml b/test/fixtures/enumerations.yml
index c4a25d954..9d9556607 100644
--- a/test/fixtures/enumerations.yml
+++ b/test/fixtures/enumerations.yml
@@ -81,3 +81,9 @@ enumerations_014:
type: TimeEntryActivity
position: 4
active: false
+enumerations_015:
+ name: Inactive Priority
+ id: 15
+ type: IssuePriority
+ position: 6
+ active: false