From b9151cb3e8b8400f45e555fb7401ae823451268c 2009-11-27 20:32:28 From: Jean-Philippe Lang Date: 2009-11-27 20:32:28 Subject: [PATCH] Fixes a test failure. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3099 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/fixtures/documents.yml b/test/fixtures/documents.yml index 042b935..4f5d441 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