aboutsummaryrefslogtreecommitdiff
path: root/test/data/exam.json
diff options
context:
space:
mode:
authorHumairAK <humair88@hotmail.com>2016-07-26 21:31:27 +0000
committerHumairAK <humair88@hotmail.com>2016-07-26 21:31:27 +0000
commit9f65445e7fcd5cc5d9d3183cb280b1ba13ac30b7 (patch)
treed7157289f7bb8c07da715fbbfad719fb56a8fc53 /test/data/exam.json
parentfa98fa652f41a7c87fe76ab57448ab702e06c82c (diff)
more unit tests
Diffstat (limited to 'test/data/exam.json')
-rw-r--r--test/data/exam.json28
1 files changed, 13 insertions, 15 deletions
diff --git a/test/data/exam.json b/test/data/exam.json
index 0504679..ac9c0dc 100644
--- a/test/data/exam.json
+++ b/test/data/exam.json
@@ -1,32 +1,30 @@
{
"existing" : {
"_id": {
- "$oid": "57917d4d2a73c0224fb6e763"
+ "$oid": "578a429640e1bf7e118a6b7b"
},
- "course_code": "CSC373",
- "year": "2016",
- "term": "Midterm",
- "type": "Winter",
+ "course_code": "CSC148",
+ "year": 2010,
+ "term": "fall",
+ "type": "midterm",
"instructors": [
- "Robert Dane"
+ "Faith Ellen",
+ "Tom F."
],
- "page_count": "20",
- "questions_count": "2",
+ "page_count": 20,
+ "questions_count": 2,
"questions_list": [
{
"q_id": 1,
- "question": "Question 1"
+ "question": "this is q1"
},
{
"q_id": 2,
- "question": "Question 2"
+ "question": "this is q2"
}
],
- "upload_date": "2005-06-10",
- "uploaded_by": [
- "humair",
- ""
- ]
+ "upload_date": "some date",
+ "uploaded_by": "some user name"
},
"nonExisting" : {
"_id": {