Skip to content

Commit

Permalink
Update test fixtures to include new data columns in sections table.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigJZ committed Aug 4, 2022
1 parent e7d2953 commit 956b98a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/fixtures/files/test_crse.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CRN,TERM,DEPT,XLST_GROUP,CRSE,CRSE_SECT,TITLE,CREDITS,LVL_ATTR,STATUS,MAX_ENRL,SBBSECT_ENRL,SSBXLST_ENRL,WAIT_COUNT
"00001","201810","BIS","MyString","MyString","1","MyString","1","UUL","CN","21","24","3","0"
"00002","201810","CRIM","MyString","Criminal Justice","1","MyString","1","UGF","WL","20","26","2","7"
"00003","201810","SINT","MyString","Experiential Learning","1","MyString","1","UGA","C","30","9","5","2"
"00004","201810","ENGL","MyString","MyString","1","MyString","1","UUU","CL","25","11","6","0"
"00005","201810","CRIM","MyString","Advanced Criminal Justice","2","MyString","1","UGF","C","20","27","3","6"
"00006","201810","HIST","","HIST 100","002","History of Western Civ","3","UUL","O","55","54","","0"
CRN,TERM,DEPT,XLST_GROUP,CRSE,CRSE_SECT,TITLE,CREDITS,LVL_ATTR,STATUS,MAX_ENRL,SBBSECT_ENRL,SSBXLST_ENRL,WAIT_COUNT,MODALITY,MODALITY_DESC,PRINT_FLAG
"00001","201810","BIS","MyString","MyString","1","MyString","1","UUL","CN","21","24","3","0","","",""
"00002","201810","CRIM","MyString","Criminal Justice","1","MyString","1","UGF","WL","20","26","2","7","","",""
"00003","201810","SINT","MyString","Experiential Learning","1","MyString","1","UGA","C","30","9","5","2","","",""
"00004","201810","ENGL","MyString","MyString","1","MyString","1","UUU","CL","25","11","6","0","","",""
"00005","201810","CRIM","MyString","Advanced Criminal Justice","2","MyString","1","UGF","C","20","27","3","6","","",""
"00006","201810","HIST","","HIST 100","002","History of Western Civ","3","UUL","O","55","54","","0","","",""
15 changes: 15 additions & 0 deletions test/fixtures/sections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ one:
cross_list_enrollment: 1
waitlist: 1
resolved_section: false
modality: ''
modality_description: ''
print_flag: ''

two:
owner: MyString
Expand All @@ -35,6 +38,9 @@ two:
cross_list_enrollment: 2
waitlist: 7
resolved_section: false
modality: ''
modality_description: ''
print_flag: ''

three:
owner: MyString
Expand All @@ -53,6 +59,9 @@ three:
cross_list_enrollment: 5
waitlist: 2
resolved_section: false
modality: ''
modality_description: ''
print_flag: ''

four:
owner: MyString
Expand All @@ -71,6 +80,9 @@ four:
cross_list_enrollment: 6
waitlist: 0
resolved_section: false
modality: ''
modality_description: ''
print_flag: ''

five:
owner: MyString
Expand All @@ -90,3 +102,6 @@ five:
waitlist: 7
canceled_at: <%= 2.days.ago %>
resolved_section: false
modality: ''
modality_description: ''
print_flag: ''

0 comments on commit 956b98a

Please sign in to comment.