diff options
author | Etienne Massip <etienne.massip@gmail.com> | 2012-02-27 18:42:03 +0000 |
---|---|---|
committer | Etienne Massip <etienne.massip@gmail.com> | 2012-02-27 18:42:03 +0000 |
commit | 7056649a4be931a315fd4b4ad2be79ed8b9850e4 (patch) | |
tree | ec65c08fa6a4610982df49f58b3386c90321d1d4 /test/fixtures/journals.yml | |
parent | 81554eae5af19154f75f6d0ccf33c3619b8ae50e (diff) | |
download | redmine-7056649a4be931a315fd4b4ad2be79ed8b9850e4.tar.gz redmine-7056649a4be931a315fd4b4ad2be79ed8b9850e4.zip |
Override @#url_for@ in AM to force generation of absolute links (#10251).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9022 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/journals.yml')
-rw-r--r-- | test/fixtures/journals.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index 5bc81e41c..2156b780c 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -1,5 +1,5 @@ --- -journals_001: +journals_001: created_on: <%= 2.days.ago.to_date.to_s(:db) %> notes: "Journal notes" id: 1 @@ -13,21 +13,21 @@ journals_002: journalized_type: Issue user_id: 2 journalized_id: 1 -journals_003: +journals_003: created_on: <%= 1.days.ago.to_date.to_s(:db) %> - notes: "A comment with inline image: !picture.jpg!" + notes: "A comment with inline image: !picture.jpg! and a reference to #1 and r2." id: 3 journalized_type: Issue user_id: 2 journalized_id: 2 -journals_004: +journals_004: created_on: <%= 1.days.ago.to_date.to_s(:db) %> notes: "A comment with a private version." id: 4 journalized_type: Issue user_id: 1 journalized_id: 6 -journals_005: +journals_005: id: 5 created_on: <%= 1.days.ago.to_date.to_s(:db) %> notes: "A comment on a private issue." |