diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-09-20 15:20:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-09-20 15:20:22 +0000 |
commit | 30ad78e57da31443a2026b60bd5d8727d9503321 (patch) | |
tree | 39f271f7ba8d107304b605680033866b6e9e9c8c /test/fixtures/changesets.yml | |
parent | e89d4825dd2d4da780af0faae210c7a2517f1651 (diff) | |
download | redmine-30ad78e57da31443a2026b60bd5d8727d9503321.tar.gz redmine-30ad78e57da31443a2026b60bd5d8727d9503321.zip |
Fixed: RepositoriesController#revision may show wrong revision (#3779).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2898 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/changesets.yml')
-rw-r--r-- | test/fixtures/changesets.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/test/fixtures/changesets.yml b/test/fixtures/changesets.yml index 3eda7c52f..41f077a3f 100644 --- a/test/fixtures/changesets.yml +++ b/test/fixtures/changesets.yml @@ -81,4 +81,24 @@ changesets_008: user_id: 3 repository_id: 10 committer: dlopper +changesets_009: + commit_date: "2009-09-10" + comments: One file added. + committed_on: 2009-09-10 19:04:35 + revision: "9" + id: 108 + scmid: + user_id: 3 + repository_id: 10 + committer: dlopper +changesets_010: + commit_date: "2009-09-10" + comments: Same file modified. + committed_on: 2009-09-10 19:04:35 + revision: "10" + id: 109 + scmid: + user_id: 3 + repository_id: 10 + committer: dlopper
\ No newline at end of file |