comparison 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
comparison
equal deleted inserted replaced
409:50474139cad4 424:b601a9e472f3
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html 1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 one: 2 one:
3 id: 1 3 id: 1
4 author_id: 4 author_id: 1
5 publication_id: 5 publication_id: 1
6 name_on_paper: 6 name_on_paper: Yih-Farn R. Chen
7 order: 7 order: 1
8 institution: 8 institution:
9 email: MyString 9 email: MyString
10 two: 10 two:
11 id: 2 11 id: 2
12 author_id: 12 author_id: 2
13 publication_id: 13 publication_id: 1
14 name_on_paper: 14 name_on_paper: Glenn S. Fowler
15 order: 15 order: 2
16 institution: 16 institution:
17 email: MyString 17 email: MyString
18 three:
19 id: 3
20 author_id: 1
21 publication_id: 1
22 name_on_paper: Yih-Farn R. Chen
23 order: 1
24 institution:
25 email: MyString
26 four:
27 id: 4
28 author_id: 2
29 publication_id: 1
30 name_on_paper: Glenn S. Fowler
31 order: 2
32 institution:
33 email: MyString