diff options
Diffstat (limited to 'test/fixtures/time_entries.yml')
-rw-r--r-- | test/fixtures/time_entries.yml | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/test/fixtures/time_entries.yml b/test/fixtures/time_entries.yml index ae2b1efea..151077d2b 100644 --- a/test/fixtures/time_entries.yml +++ b/test/fixtures/time_entries.yml @@ -6,7 +6,7 @@ time_entries_001: project_id: 1
comments: My hours
updated_on: 2007-03-23 12:54:18 +01:00
- activity_id: 8
+ activity_id: 9
spent_on: 2007-03-23
issue_id: 1
id: 1
@@ -20,7 +20,7 @@ time_entries_002: project_id: 1
comments: ""
updated_on: 2007-03-23 14:11:04 +01:00
- activity_id: 8
+ activity_id: 9
spent_on: 2007-03-12
issue_id: 1
id: 2
@@ -34,10 +34,25 @@ time_entries_003: project_id: 1
comments: ""
updated_on: 2007-04-21 12:20:48 +02:00
- activity_id: 8
+ activity_id: 9
spent_on: 2007-04-21
issue_id: 2
id: 3
hours: 1.0
user_id: 1
tyear: 2007
+time_entries_004:
+ created_on: 2007-04-22 12:20:48 +02:00
+ tweek: 16
+ tmonth: 4
+ project_id: 3
+ comments: Time spent on a subproject
+ updated_on: 2007-04-22 12:20:48 +02:00
+ activity_id: 10
+ spent_on: 2007-04-22
+ issue_id:
+ id: 4
+ hours: 7.65
+ user_id: 1
+ tyear: 2007
+
\ No newline at end of file |