diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-27 20:32:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2009-11-27 20:32:28 +0000 |
commit | b9151cb3e8b8400f45e555fb7401ae823451268c (patch) | |
tree | 8e6182f918017cd1fe781678cab405eaa4c36580 /test/fixtures/documents.yml | |
parent | 2416260af2e6b47f9678f2d280e097aea5c47437 (diff) | |
download | redmine-b9151cb3e8b8400f45e555fb7401ae823451268c.tar.gz redmine-b9151cb3e8b8400f45e555fb7401ae823451268c.zip |
Fixes a test failure.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3099 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/documents.yml')
-rw-r--r-- | test/fixtures/documents.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/documents.yml b/test/fixtures/documents.yml index 042b93533..4f5d441db 100644 --- a/test/fixtures/documents.yml +++ b/test/fixtures/documents.yml @@ -11,4 +11,4 @@ documents_002: title: "An other document" id: 2 description: "" - category_id: 2
\ No newline at end of file + category_id: 1
\ No newline at end of file |