diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-04 11:54:22 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-04-04 11:54:22 +0000 |
commit | c2baf187ac6688382eeb0f8baad8898ccb78ea2f (patch) | |
tree | 158aad27c5ab92c16888285b576ab449bb9a196a /test/fixtures/custom_fields.yml | |
parent | 2029df01ae9b2827db74dc5ad78ac9e9d21a5c38 (diff) | |
download | redmine-c2baf187ac6688382eeb0f8baad8898ccb78ea2f.tar.gz redmine-c2baf187ac6688382eeb0f8baad8898ccb78ea2f.zip |
add functional tests for bulk edit time entries (#7996).
Contributed by Adam Soltys.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5315 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/custom_fields.yml')
-rw-r--r-- | test/fixtures/custom_fields.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/custom_fields.yml b/test/fixtures/custom_fields.yml index c80f85dfc..b99de35a3 100644 --- a/test/fixtures/custom_fields.yml +++ b/test/fixtures/custom_fields.yml @@ -129,3 +129,17 @@ custom_fields_009: field_format: date default_value: "" editable: true +custom_fields_010: + name: Overtime + min_length: 0 + regexp: "" + is_for_all: false + is_filter: false + type: TimeEntryCustomField + max_length: 0 + possible_values: "" + id: 10 + is_required: false + field_format: bool + default_value: 0 + editable: true |