summaryrefslogtreecommitdiffstats
path: root/test/fixtures/queries.yml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-26 12:29:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-08-26 12:29:53 +0000
commit8da5bad29516be6cbe1bc52e78837ac1ec292026 (patch)
treeec32a3548a51d0f3f1e33920e17bc54e2b40460c /test/fixtures/queries.yml
parent452a20a69a574346f9ae8876e5402aabb11edbd5 (diff)
downloadredmine-8da5bad29516be6cbe1bc52e78837ac1ec292026.tar.gz
redmine-8da5bad29516be6cbe1bc52e78837ac1ec292026.zip
Fixed: queries with multiple custom fields return no result.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@668 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/queries.yml')
-rw-r--r--test/fixtures/queries.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/fixtures/queries.yml b/test/fixtures/queries.yml
new file mode 100644
index 000000000..a4c045b15
--- /dev/null
+++ b/test/fixtures/queries.yml
@@ -0,0 +1,22 @@
+---
+queries_001:
+ name: Multiple custom fields query
+ project_id: 1
+ filters: |
+ ---
+ cf_1:
+ :values:
+ - MySQL
+ :operator: "="
+ status_id:
+ :values:
+ - "1"
+ :operator: o
+ cf_2:
+ :values:
+ - "125"
+ :operator: "="
+
+ id: 1
+ is_public: true
+ user_id: 1