diff vendor/plugins/redmine_bibliography/test/fixtures/authorships.yml @ 424:b601a9e472f3 feature_36

Fixed minor bugs with the publications controller Started creating tests and fixtures.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 25 May 2011 17:46:49 +0100
parents aed18b463206
children
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/test/fixtures/authorships.yml	Fri Apr 15 19:02:51 2011 +0100
+++ b/vendor/plugins/redmine_bibliography/test/fixtures/authorships.yml	Wed May 25 17:46:49 2011 +0100
@@ -1,17 +1,33 @@
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 one:
   id: 1
-  author_id: 
-  publication_id: 
-  name_on_paper: 
-  order: 
+  author_id: 1
+  publication_id: 1
+  name_on_paper: Yih-Farn R. Chen
+  order: 1
   institution: 
   email: MyString
 two:
   id: 2
-  author_id: 
-  publication_id: 
-  name_on_paper: 
-  order: 
+  author_id: 2
+  publication_id: 1
+  name_on_paper: Glenn S. Fowler
+  order: 2
   institution: 
   email: MyString
+three:
+  id: 3
+  author_id: 1
+  publication_id: 1
+  name_on_paper: Yih-Farn R. Chen
+  order: 1
+  institution: 
+  email: MyString
+four:
+  id: 4
+  author_id: 2
+  publication_id: 1
+  name_on_paper: Glenn S. Fowler
+  order: 2
+  institution: 
+  email: MyString