Mercurial > hg > soundsoftware-site
comparison plugins/redmine_bibliography/test/fixtures/authorships.yml @ 1117:b4b72f1eb644 redmine-2.2-integration
Moved all the plugins from the vendor folder to the application root folder.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Jan 2013 12:32:05 +0000 |
parents | vendor/plugins/redmine_bibliography/test/fixtures/authorships.yml@b601a9e472f3 |
children | 0b169a5e3837 |
comparison
equal
deleted
inserted
replaced
1116:bb32da3bea34 | 1117:b4b72f1eb644 |
---|---|
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html | |
2 one: | |
3 id: 1 | |
4 author_id: 1 | |
5 publication_id: 1 | |
6 name_on_paper: Yih-Farn R. Chen | |
7 order: 1 | |
8 institution: | |
9 email: MyString | |
10 two: | |
11 id: 2 | |
12 author_id: 2 | |
13 publication_id: 1 | |
14 name_on_paper: Glenn S. Fowler | |
15 order: 2 | |
16 institution: | |
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 |