summaryrefslogtreecommitdiffstats
path: root/models/fixtures/comment.yml
diff options
context:
space:
mode:
Diffstat (limited to 'models/fixtures/comment.yml')
-rw-r--r--models/fixtures/comment.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/models/fixtures/comment.yml b/models/fixtures/comment.yml
index 34df02d28c..6d4812f096 100644
--- a/models/fixtures/comment.yml
+++ b/models/fixtures/comment.yml
@@ -20,3 +20,24 @@
issue_id: 1 # in repo_id 1
content: "meh..."
created_unix: 946684812
+-
+ id: 4
+ type: 21 # code comment
+ poster_id: 1
+ issue_id: 2
+ content: "meh..."
+ review_id: 4
+ line: 4
+ tree_path: "README.md"
+ created_unix: 946684812
+ invalidated: false
+-
+ id: 5
+ type: 21 # code comment
+ poster_id: 1
+ issue_id: 2
+ content: "meh..."
+ line: -4
+ tree_path: "README.md"
+ created_unix: 946684812
+ invalidated: false