diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-21 16:58:59 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-07-21 16:58:59 +0000 |
commit | 29ddc82a11f30f7fcb917dd062fc38f48640b4ea (patch) | |
tree | f7d58fb646b26808462fe1dc91888a68d8ecdcd2 /test/fixtures | |
parent | 55e89ae5bc815e777165de12fdd79545cbf42c5a (diff) | |
download | redmine-29ddc82a11f30f7fcb917dd062fc38f48640b4ea.tar.gz redmine-29ddc82a11f30f7fcb917dd062fc38f48640b4ea.zip |
Removes calls to #assert_template and #assigns in functional tests.
git-svn-id: http://svn.redmine.org/redmine/trunk@15724 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/wiki_content_versions.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/test/fixtures/wiki_content_versions.yml b/test/fixtures/wiki_content_versions.yml index d3a614ac9..99be463d8 100644 --- a/test/fixtures/wiki_content_versions.yml +++ b/test/fixtures/wiki_content_versions.yml @@ -9,10 +9,10 @@ wiki_content_versions_001: wiki_content_id: 1 compression: "" data: |- - h1. CookBook documentation + h1. CookBook documentation v1 - + Line from v1 Some [[documentation]] here... wiki_content_versions_002: updated_on: 2007-03-07 00:08:34 +01:00 @@ -24,10 +24,10 @@ wiki_content_versions_002: wiki_content_id: 1 compression: "" data: |- - h1. CookBook documentation + h1. CookBook documentation v2 - + Line from v1 Some updated [[documentation]] here... wiki_content_versions_003: updated_on: 2007-03-07 00:10:51 +01:00 @@ -39,7 +39,8 @@ wiki_content_versions_003: wiki_content_id: 1 compression: "" data: |- - h1. CookBook documentation + h1. CookBook documentation v3 + Some updated [[documentation]] here... wiki_content_versions_004: data: |- |