Skip to content

Commit

Permalink
Update tests for renamed USA
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jan 11, 2017
1 parent 5190823 commit ec7baaf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions tests/data/40-CreateUsersTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function testCreateDbuskins() {
'username' => 'dbuskins',
'firstName' => 'David',
'lastName' => 'Buskins',
'country' => 'United States',
'country' => 'United States of America',
'affiliation' => 'University of Chicago',
'roles' => array('Section editor'),
));
Expand Down Expand Up @@ -136,7 +136,7 @@ function testCreateAgallego() {
'username' => 'agallego',
'firstName' => 'Adela',
'lastName' => 'Gallego',
'country' => 'United States',
'country' => 'United States of America',
'affiliation' => 'State University of New York',
'roles' => array('Reviewer'),
));
Expand Down Expand Up @@ -178,7 +178,7 @@ function testCreateGcox() {
'username' => 'gcox',
'firstName' => 'Graham',
'lastName' => 'Cox',
'country' => 'United States',
'country' => 'United States of America',
'affiliation' => 'Duke University',
'roles' => array('Layout Editor'),
));
Expand Down
4 changes: 2 additions & 2 deletions tests/data/60-content/EostromSubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function testSubmission() {
'firstName' => 'Elinor',
'lastName' => 'Ostrom',
'affiliation' => 'Indiana University',
'country' => 'United States',
'country' => 'United States of America',
));

$title = 'Traditions and Trends in the Study of the Commons';
Expand All @@ -41,7 +41,7 @@ function testSubmission() {
array(
'firstName' => 'Frank',
'lastName' => 'van Laerhoven',
'country' => 'United States',
'country' => 'United States of America',
'affiliation' => 'Indiana University',
'email' => '[email protected]',
)
Expand Down
4 changes: 2 additions & 2 deletions tests/data/60-content/KalkhafajiSubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function testSubmission() {
'firstName' => 'Karim',
'lastName' => 'Al-Khafaji',
'affiliation' => 'Stanford University',
'country' => 'United States',
'country' => 'United States of America',
));

$this->createSubmission(array(
Expand All @@ -41,7 +41,7 @@ function testSubmission() {
array(
'firstName' => 'Margaret',
'lastName' => 'Morse',
'country' => 'United States',
'country' => 'United States of America',
'affiliation' => 'Stanford University',
'email' => '[email protected]',
)
Expand Down
2 changes: 1 addition & 1 deletion tests/data/60-content/ZwoodsSubmissionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function testSubmission() {
'firstName' => 'Zita',
'lastName' => 'Woods',
'affiliation' => 'CUNY',
'country' => 'United States',
'country' => 'United States of America',
));

$title = 'Finocchiaro: Arguments About Arguments';
Expand Down

0 comments on commit ec7baaf

Please sign in to comment.