Skip to content

Commit

Permalink
Edited @@author to be above header comments for Test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeehengg committed Nov 6, 2016
1 parent 865ee87 commit 65bc8ab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/test/java/guitests/SaveCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
import seedu.task.model.item.UniqueTaskList.DuplicateTaskException;
import seedu.task.storage.JsonConfigStorage;

//@@author A0125534L
/**
* Responsible for testing the GUI execution of SaveCommand
*
* @@author A0125534L
* @@author Yee Heng
*/

//------------------------Tests for Valid arguments----------------
Expand Down
5 changes: 3 additions & 2 deletions src/test/java/seedu/task/logic/HelpCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@
import seedu.task.logic.commands.SelectCommand;
import seedu.task.logic.commands.UndoCommand;

//@@author A0125534L
/**
* Responsible for testing the execution of HelpCommand
*
* @@author A0125534L
* @@author Yee Heng
*/

//@@author A0125534L

public class HelpCommandTest extends CommandTest {
/******************************
* Pre and Post set up
Expand Down
3 changes: 2 additions & 1 deletion src/test/java/seedu/task/logic/SelectCommandTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@
import seedu.task.model.item.Event;
import seedu.task.model.item.Task;

//@@author A0125534L
/**
* Responsible for testing the execution of SelectCommand
*
* @@author A0125534L
* @@author Yee Heng
*/

public class SelectCommandTest extends CommandTest {
Expand Down

0 comments on commit 65bc8ab

Please sign in to comment.