summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-31 18:15:32 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-01-31 18:15:32 +0000
commit1b911e51f9625082a5e61ca62a78db284383c1d2 (patch)
treedc5d993becd523cb4c1610fc5f865934e771623f /test/fixtures
parent10ebed3b97b8990a721e666dccbb607d78dc38be (diff)
downloadredmine-1b911e51f9625082a5e61ca62a78db284383c1d2.tar.gz
redmine-1b911e51f9625082a5e61ca62a78db284383c1d2.zip
Time entry queries should be copied and deleted too.
git-svn-id: http://svn.redmine.org/redmine/trunk@16320 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/queries.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/queries.yml b/test/fixtures/queries.yml
index b92079aeb..4e58dc6eb 100644
--- a/test/fixtures/queries.yml
+++ b/test/fixtures/queries.yml
@@ -162,4 +162,24 @@ queries_009:
---
- - priority
- desc
+queries_010:
+ id: 10
+ type: TimeEntryQuery
+ project_id: 1
+ visibility: 2
+ name: My spent time
+ filters: |
+ ---
+ user_id:
+ :values:
+ - "me"
+ :operator: =
+
+ user_id: 1
+ column_names:
+ group_by:
+ sort_criteria: |
+ ---
+ - - spent_on
+ - desc