Skip to content

Commit

Permalink
Merge pull request #695 from Monal5031/testing-admin
Browse files Browse the repository at this point in the history
Administrator Tests
  • Loading branch information
naman1901 authored and Monal5031 committed Jun 6, 2018
2 parents 1705854 + f17b1f7 commit e64b8ec
Show file tree
Hide file tree
Showing 14 changed files with 958 additions and 1,068 deletions.
282 changes: 282 additions & 0 deletions vms/administrator/tests/test_data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,282 @@
[
{
"volunteer": [
"uname1",
"uname1",
"[email protected]",
"tom-fname",
"tom-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-four",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobOneInEventFour",
"2050-05-24",
"2050-05-24",
"jobOneFourDescription"
],
"shift": [
"2050-05-24",
"09:00",
"11:00",
"10"
],
"vshift": [
"09:30",
"10:00"
]
},
{
"volunteer": [
"uname2",
"uname2",
"[email protected]",
"peter-fname",
"peter-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-one",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobOneInEventOne",
"2050-05-24",
"2050-05-24",
"jobOneOneDescription"
],
"shift": [
"2050-05-24",
"18:00",
"23:00",
"10"
],
"vshift": [
"19:00",
"20:00"
]
},
{
"volunteer": [
"uname3",
"uname3",
"[email protected]",
"tom-fname",
"tom-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-four",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobTwoInEventFour",
"2050-05-24",
"2050-05-24",
"jobTwoFourDescription"
],
"shift": [
"2050-05-24",
"09:00",
"15:00",
"10"
],
"vshift": [
"10:00",
"11:30"
]
},
{
"volunteer": [
"uname4",
"uname4",
"[email protected]",
"harry-fname",
"harry-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-one",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobTwoInEventOne",
"2050-05-24",
"2050-05-24",
"jobTwoOneDescription"
],
"shift": [
"2050-05-24",
"09:00",
"11:00",
"10"
],
"vshift": [
"09:00",
"10:00"
]
},
{
"volunteer": [
"uname5",
"uname5",
"[email protected]",
"harry-fname",
"harry-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-two",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobOneInEventTwo",
"2050-05-24",
"2050-05-24",
"jobOneTwoDescription"
],
"shift": [
"2050-05-24",
"09:00",
"18:00",
"10"
],
"vshift": [
"12:00",
"15:00"
]
},
{
"volunteer": [
"uname6",
"uname6",
"[email protected]",
"sherlock-fname",
"sherlock-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-two",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobOneInEventTwo",
"2050-05-24",
"2050-05-24",
"jobOneTwoDescription"
],
"shift": [
"2050-05-24",
"09:00",
"16:00",
"10"
],
"vshift": [
"12:00",
"14:00"
]
},
{
"volunteer": [
"uname7",
"uname7",
"[email protected]",
"harvey-fname",
"harvey-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-one",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobThreeInEventOne",
"2050-05-24",
"2050-05-24",
"jobThreeOneDescription"
],
"shift": [
"2050-05-24",
"09:00",
"13:00",
"10"
],
"vshift": [
"12:00",
"12:30"
]
},
{
"volunteer": [
"uname8",
"uname8",
"[email protected]",
"mike-fname",
"mike-lname",
"address",
"city",
"state",
"country",
"9999999999"
],
"event": [
"event-three",
"2050-05-24",
"2050-05-28"
],
"job": [
"jobOneInEventThree",
"2050-05-24",
"2050-05-24",
"jobOneThreeDescription"
],
"shift": [
"2050-05-24",
"01:00",
"10:00",
"10"
],
"vshift": [
"01:00",
"04:00"
]
}
]
Loading

0 comments on commit e64b8ec

Please sign in to comment.