forked from AY2324S1-CS2103T-T13-0/tp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request AY2324S1-CS2103T-T13-0#226 from xCOLOURx/branch-fi…
…x-test Debug Failed Tests
- Loading branch information
Showing
44 changed files
with
577 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,4 +43,4 @@ deactivate CommandResult | |
[<-- EditCommand : result | ||
deactivate EditCommand | ||
|
||
@enduml | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ deactivate EditCommandParser | |
[<-[hidden]- EditCommandParser | ||
destroy EditCommandParser | ||
|
||
@enduml | ||
@enduml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
44 changes: 0 additions & 44 deletions
44
src/test/data/JsonSerializableAddressBookTest/typicalModulesModulePlan.json
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
28 changes: 28 additions & 0 deletions
28
src/test/data/JsonSerializableModulePlanTest/typicalModulesModulePlan.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"_comment": "ModulePlan save file which contains the same Module values as in TypicalModules#getTypicalModulePlan()", | ||
"modules" : [ { | ||
"code" : "CS2030S", | ||
"year" : "1", | ||
"sem" : "2", | ||
"grade" : "A", | ||
"name" : "Programming Methodology II", | ||
"description" : "This course is a follow up to CS1010.", | ||
"modularCredit" : "4" | ||
}, { | ||
"code" : "CS2040S", | ||
"year" : "1", | ||
"sem" : "2", | ||
"grade" : "A-", | ||
"name" : "Data Structures and Algorithms", | ||
"description" : "This course introduces the fundamentals of data structures and algorithms.", | ||
"modularCredit" : "4" | ||
}, { | ||
"code" : "CS2100", | ||
"year" : "2", | ||
"sem" : "1", | ||
"grade" : "A", | ||
"name" : "Computer Organisation", | ||
"description" : "Learn about computer organisation", | ||
"modularCredit" : "4" | ||
} ] | ||
} |
Oops, something went wrong.