diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-02 14:47:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-02-02 14:47:40 +0000 |
commit | 1e4a7d55e06187b885780ba989a179554d921777 (patch) | |
tree | 6ed614f218781324e0b78e368a157115de68b3f6 /test/fixtures/documents.yml | |
parent | 5101c55e1067dabbb96a23a1e105f762d2ca0c01 (diff) | |
download | redmine-1e4a7d55e06187b885780ba989a179554d921777.tar.gz redmine-1e4a7d55e06187b885780ba989a179554d921777.zip |
added unit tests for mailer
git-svn-id: http://redmine.rubyforge.org/svn/trunk@215 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures/documents.yml')
-rw-r--r-- | test/fixtures/documents.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/test/fixtures/documents.yml b/test/fixtures/documents.yml index 086c00f62..0dbca2a4f 100644 --- a/test/fixtures/documents.yml +++ b/test/fixtures/documents.yml @@ -1,2 +1,7 @@ ---- {}
-
+documents_001:
+ created_on: 2007-01-27 15:08:27 +01:00
+ project_id: 1
+ title: "Test document"
+ id: 1
+ description: "Document description"
+ category_id: 1
\ No newline at end of file |