Skip to content

Commit

Permalink
korjaus AddInProceedingsCommandTestiin
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsarsa committed Apr 20, 2016
1 parent cdb8411 commit fc10526
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ public void setUp() {
*/
private StubIO createStubIO() {
StubIO stubIo = new StubIO(
"someId",
"someAuthor",
"someTitle",
"someBooktitle",
"someYear",
"y", //answers: "Would you like to add some optional fields?"
"a", //answers: (a)dd a field
"note",
"someNote"
"someId",
"someAuthor",
"someTitle",
"someBooktitle",
"someYear",
"y", //answers: "Would you like to add some optional fields?"
"a", //answers: (a)dd a field
"note",
"someNote"
);
return stubIo; //author, title, booktitle, year
}
Expand Down

0 comments on commit fc10526

Please sign in to comment.