From b9151cb3e8b8400f45e555fb7401ae823451268c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 27 Nov 2009 20:32:28 +0000 Subject: [PATCH] Fixes a test failure. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3099 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/documents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/documents.yml b/test/fixtures/documents.yml index 042b9353..4f5d441d 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 -- 2.11.0