Remove unnecessary files, use generic file for unrelated test.

This commit is contained in:
Ben Patterson
2015-11-22 09:35:53 -05:00
parent 484a4f2b66
commit bed5d3e8df
6 changed files with 20 additions and 27 deletions

View File

@@ -1,4 +0,0 @@
username,email,ignored_column,cohort
instructor_user,,June,ManualCohort1
,student_user@example.com,Spring,AutoCohort1
other_student_user,,Fall,ManualCohort1
1 username email ignored_column cohort
2 instructor_user June ManualCohort1
3 student_user@example.com Spring AutoCohort1
4 other_student_user Fall ManualCohort1

View File

@@ -1,5 +0,0 @@
email,cohort
instructor_user@example.com,ManualCohort1
student_user@example.com,AutoCohort1
other_student_user@example.com,ManualCohort1
1 email cohort
2 instructor_user@example.com ManualCohort1
3 student_user@example.com AutoCohort1
4 other_student_user@example.com ManualCohort1

View File

@@ -1,4 +0,0 @@
username,cohort
instructor_user,ManualCohort1
student_user,AutoCohort1
other_student_user,ManualCohort1
1 username cohort
2 instructor_user ManualCohort1
3 student_user AutoCohort1
4 other_student_user ManualCohort1

View File

@@ -0,0 +1,7 @@
column_1,column_2
foo,bar
foo,baz
hello,there
file_size,must_be_100_bytes
the story,was
very very very very very,interesting
1 column_1 column_2
2 foo bar
3 foo baz
4 hello there
5 file_size must_be_100_bytes
6 the story was
7 very very very very very interesting