summaryrefslogtreecommitdiffstats
path: root/test/fixtures/custom_fields.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-25 17:38:05 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-10-25 17:38:05 +0000
commit8610b191ae1a40ff58e90a1225d79c893a49b0d6 (patch)
tree33b98bcfe7d2fd1407602831794f3a05eff588c5 /test/fixtures/custom_fields.yml
parent01ef9f12c816fab283ebc7d96283abd3397c61c8 (diff)
downloadredmine-8610b191ae1a40ff58e90a1225d79c893a49b0d6.tar.gz
redmine-8610b191ae1a40ff58e90a1225d79c893a49b0d6.zip
Added "Float" as a custom field format.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@870 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_fields.yml')
-rw-r--r--test/fixtures/custom_fields.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml
index fcf52c17a..ce7509fe9 100644
--- a/test/fixtures/custom_fields.yml
+++ b/test/fixtures/custom_fields.yml
@@ -43,3 +43,15 @@ custom_fields_004:
id: 4
is_required: false
field_format: string
+custom_fields_005:
+ name: Money
+ min_length: 0
+ regexp: ""
+ is_for_all: false
+ type: UserCustomField
+ max_length: 0
+ possible_values: ""
+ id: 5
+ is_required: false
+ field_format: float
+ \ No newline at end of file