forked from nus-cs2103-AY1718S2/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #64 from karenfrilya97/v1.2
Edit XmlAdaptedActivityTest
- Loading branch information
Showing
35 changed files
with
513 additions
and
1,276 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
File renamed without changes.
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
File renamed without changes.
9 changes: 0 additions & 9 deletions
9
src/test/data/XmlSerializableCalendarTest/invalidPersonAddressBook.xml
This file was deleted.
Oops, something went wrong.
45 changes: 0 additions & 45 deletions
45
src/test/data/XmlSerializableCalendarTest/typicalPersonsAddressBook.xml
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
src/test/data/XmlSerializableDeskBoardTest/invalidActivityDeskBoard.xml
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,9 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addressbook> | ||
<!-- Activity with invalid dateTime field --> | ||
<activities> | ||
<name>CS1231!</name> | ||
<dateTime>9482424</dateTime> | ||
<remark> </remark> | ||
</activities> | ||
</addressbook> |
File renamed without changes.
57 changes: 57 additions & 0 deletions
57
src/test/data/XmlSerializableDeskBoardTest/typicalActivitiesDeskBoard.xml
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,57 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<!-- DeskBoard save file which contains the same Activity values as in | ||
{@code TypicalActivities#getTypicalDeskBoard()}--> | ||
<addressbook> | ||
<activities> | ||
<name>CS2101Assignment</name> | ||
<dateTime>04/03/2018 23:59</dateTime> | ||
<remark> </remark> | ||
<tagged>CS2101</tagged> | ||
</activities> | ||
<activities> | ||
<name>CS2102Assignment</name> | ||
<dateTime>15/03/2018 23:59</dateTime> | ||
<remark> </remark> | ||
<tagged>CS2102</tagged> | ||
</activities> | ||
<activities> | ||
<name>CS2101Quiz</name> | ||
<dateTime>19/03/2018 23:59</dateTime> | ||
<remark>IVLE Quiz</remark> | ||
</activities> | ||
<activities> | ||
<name>CCA</name> | ||
<dateTime>01/04/2018 20:00</dateTime> | ||
<endDateTime>01/04/2018 21:00</endDateTime> | ||
<location>Campus</location> | ||
<remark>nil</remark> | ||
</activities> | ||
<activities> | ||
<name>CIP</name> | ||
<dateTime>02/04/2018 08:00</dateTime> | ||
<endDateTime>02/04/2018 12:00</endDateTime> | ||
<location>michegan ave</location> | ||
<remark></remark> | ||
<tagged>CIP</tagged> | ||
</activities> | ||
<activities> | ||
<name>CS2101Exam</name> | ||
<dateTime>28/04/2018 09:00</dateTime> | ||
<endDateTime>28/04/2018 11:00</endDateTime> | ||
<location>MPSH</location> | ||
<remark></remark> | ||
<tagged>CS2101</tagged> | ||
</activities> | ||
<activities> | ||
<name>InterFacultyGame</name> | ||
<dateTime>04/01/2018 20:00</dateTime> | ||
<endDateTime>04/01/2018 22:00</endDateTime> | ||
<location>MPSH 1</location> | ||
<remark></remark> | ||
</activities> | ||
<tags>CS2101</tags> | ||
<tags>CS2102</tags> | ||
<tags>MA2108</tags> | ||
<tags>CS2010</tags> | ||
<tags>CIP</tags> | ||
</addressbook> |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.