summaryrefslogtreecommitdiffstats
path: root/models/fixtures/comment.yml
diff options
context:
space:
mode:
authorEthan Koenig <etk39@cornell.edu>2017-01-31 20:31:35 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-02-01 09:31:35 +0800
commit10644d6dd7574b031118bf01b2bd737017230ffd (patch)
tree42f4fa34184145defb2237a78306c6da3c1ed3bd /models/fixtures/comment.yml
parent0a02fb3c4fc241aca54e4ec62e4029e6db3be3f9 (diff)
downloadgitea-10644d6dd7574b031118bf01b2bd737017230ffd.tar.gz
gitea-10644d6dd7574b031118bf01b2bd737017230ffd.zip
Bug fixes and unit tests for models/issue_label (#802)
Diffstat (limited to 'models/fixtures/comment.yml')
-rw-r--r--models/fixtures/comment.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/models/fixtures/comment.yml b/models/fixtures/comment.yml
new file mode 100644
index 0000000000..e38952ac55
--- /dev/null
+++ b/models/fixtures/comment.yml
@@ -0,0 +1,7 @@
+-
+ id: 1
+ type: 7 # label
+ poster_id: 2
+ issue_id: 1
+ label_id: 1
+ content: "1"