diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-10 19:45:20 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-10 19:45:20 +0000 |
commit | a9c4ec31ca844e1796f40925c879aed8b500552c (patch) | |
tree | 290e58dc8c729fa2c0c0edb0dc5c93d5443b3cc4 /test/fixtures/wiki_contents.yml | |
parent | f1a5dca2ba84c814da024ebd5b5564a6fbecdccb (diff) | |
download | redmine-a9c4ec31ca844e1796f40925c879aed8b500552c.tar.gz redmine-a9c4ec31ca844e1796f40925c879aed8b500552c.zip |
Fixes fixture added in r4680.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4681 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/wiki_contents.yml')
-rw-r--r-- | test/fixtures/wiki_contents.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/fixtures/wiki_contents.yml b/test/fixtures/wiki_contents.yml index e0bf1991c..acf5086af 100644 --- a/test/fixtures/wiki_contents.yml +++ b/test/fixtures/wiki_contents.yml @@ -95,4 +95,12 @@ wiki_contents_009: version: 1 author_id: 1 comments: +wiki_contents_010: + text: Page with cyrillic title + updated_on: 2007-03-08 00:18:07 +01:00 + page_id: 10 + id: 10 + version: 1 + author_id: 1 + comments:
\ No newline at end of file |