summaryrefslogtreecommitdiffstats
path: root/test/fixtures
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-03-21 22:54:48 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-03-21 22:54:48 +0000
commit31590e307a39520c6bb81879a8c7b919e65a98ae (patch)
tree991e8bec2da7424243c6e91fb58ea0043da13c2f /test/fixtures
parentd7cb14773b7eefaa21fc8eb20e0d97e2ee84c522 (diff)
downloadredmine-31590e307a39520c6bb81879a8c7b919e65a98ae.tar.gz
redmine-31590e307a39520c6bb81879a8c7b919e65a98ae.zip
fix test failure (#13405)
<pre> 1) Failure: test_scan_changesets_for_issue_ids(RepositoryTest) [/xxx/test/unit/repository_test.rb:214]: <"Applied in changeset r2."> expected but was <"Applied in changeset commit:691322a8eb01e11fd7.">. </pre> git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11672 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r--test/fixtures/changesets.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/changesets.yml b/test/fixtures/changesets.yml
index e6b26fc9e..8edefcc09 100644
--- a/test/fixtures/changesets.yml
+++ b/test/fixtures/changesets.yml
@@ -3,8 +3,9 @@ changesets_001:
commit_date: 2007-04-11
committed_on: 2007-04-11 15:14:44 +02:00
revision: 1
+ scmid: 691322a8eb01e11fd7
id: 100
- comments: My very first commit
+ comments: 'do not escaping #<>&'
repository_id: 10
committer: dlopper
user_id: 3
@@ -13,7 +14,6 @@ changesets_002:
committed_on: 2007-04-12 15:14:44 +02:00
revision: 2
id: 101
- scmid: 691322a8eb01e11fd7
comments: 'This commit fixes #1, #2 and references #1 & #3'
repository_id: 10
committer: dlopper