Skip to content

Commit 36a2734

Browse files
authored
Merge pull request nus-cs2103-AY2021S1#94 from GeNiaaz/fix-testcases-v1.2
Fix more testcases
2 parents 4256d6c + c5a76be commit 36a2734

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

src/main/java/seedu/address/model/util/SampleDataUtil.java

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,28 @@
2121
public class SampleDataUtil {
2222
public static Project[] getSampleProjects() {
2323
return new Project[] {
24-
new Project(new ProjectName("Alex Yeoh"), new Deadline("21-04-2021 00:00:00"),
25-
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 30 Geylang Street 29, #06-40"),
26-
getTagSet("friends"), new HashMap<>(), getTaskSet("Refactor project class")),
27-
new Project(new ProjectName("Bernice Yu"), new Deadline("21-04-2021 00:00:00"),
24+
new Project(new ProjectName("Aeroknotty"), new Deadline("21-04-2021 00:00:00"),
25+
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Made for pilots wanting to tie the "
26+
+ "knot"),
27+
getTagSet("creative"), new HashMap<>(), getTaskSet("Refactor project class")),
28+
new Project(new ProjectName("Basket Web"), new Deadline("21-04-2021 00:00:00"),
2829
new RepoUrl("http://github.com/a/b.git"),
29-
new ProjectDescription("Blk 30 Lorong 3 Serangoon Gardens, #07-18"),
30-
getTagSet("colleagues", "friends"), new HashMap<>(),
30+
new ProjectDescription("Puts all your ususal searches into one place"),
31+
getTagSet("internet", "iot"), new HashMap<>(),
3132
getTaskSet("Brainstorm user stories", "Refine data model")),
32-
new Project(new ProjectName("Charlotte Oliveiro"), new Deadline("21-04-2021 00:00:00"),
33-
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 11 Ang Mo Kio Street 74, #11-04"),
33+
new Project(new ProjectName("Charletan"), new Deadline("21-04-2021 00:00:00"),
34+
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("To nurture a more informed people"),
3435
getTagSet("neighbours"), new HashMap<>(), getTaskSet("Write UG")),
35-
new Project(new ProjectName("David Li"), new Deadline("21-04-2021 00:00:00"),
36+
new Project(new ProjectName("Dacharie"), new Deadline("21-04-2021 00:00:00"),
3637
new RepoUrl("http://github.com/a/b.git"),
37-
new ProjectDescription("Blk 436 Serangoon Gardens Street 26, #16-43"),
38+
new ProjectDescription("kitchen knife subscription service"),
3839
getTagSet("family"), new HashMap<>(), getTaskSet("Delete ProjectDescription attribute")),
39-
new Project(new ProjectName("Irfan Ibrahim"), new Deadline("21-04-2021 00:00:00"),
40-
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 47 Tampines Street 20, #17-35"),
40+
new Project(new ProjectName("Iterab"), new Deadline("21-04-2021 00:00:00"),
41+
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Habit tracker"),
4142
getTagSet("classmates"), new HashMap<>(), getTaskSet()),
42-
new Project(new ProjectName("Roy Balakrishnan"), new Deadline("21-04-2021 00:00:00"),
43-
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Blk 45 Aljunied Street 85, #11-31"),
43+
new Project(new ProjectName("Reuletan"), new Deadline("21-04-2021 00:00:00"),
44+
new RepoUrl("http://github.com/a/b.git"), new ProjectDescription("Brings low cost investment to the "
45+
+ "masses"),
4446
getTagSet("colleagues"), new HashMap<>(), getTaskSet("Write DG"))
4547
};
4648
}

0 commit comments

Comments
 (0)