summaryrefslogtreecommitdiffstats
path: root/test/fixtures/changesets.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/changesets.yml')
-rw-r--r--test/fixtures/changesets.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/fixtures/changesets.yml b/test/fixtures/changesets.yml
new file mode 100644
index 000000000..10adc5d8f
--- /dev/null
+++ b/test/fixtures/changesets.yml
@@ -0,0 +1,38 @@
+---
+changesets_001:
+ commit_date: 2007-04-11
+ committed_on: 2007-04-11 15:14:44 +02:00
+ revision: 1
+ id: 100
+ comment: My very first commit
+ repository_id: 10
+ committer: dlopper
+changesets_002:
+ commit_date: 2007-04-12
+ committed_on: 2007-04-12 15:14:44 +02:00
+ revision: 2
+ id: 101
+ comment: 'This commit fixes #1, #2 and references #3'
+ repository_id: 10
+ committer: dlopper
+changesets_003:
+ commit_date: 2007-04-12
+ committed_on: 2007-04-12 15:14:44 +02:00
+ revision: 3
+ id: 102
+ comment: |-
+ A commit with wrong issue ids
+ IssueID 666 3
+ repository_id: 10
+ committer: dlopper
+changesets_004:
+ commit_date: 2007-04-12
+ committed_on: 2007-04-12 15:14:44 +02:00
+ revision: 4
+ id: 103
+ comment: |-
+ A commit with an issue id of an other project
+ IssueID 4 2
+ repository_id: 10
+ committer: dlopper
+ \ No newline at end of file