Private
Public Access
1
0

updated tests

This commit is contained in:
Sander Roosendaal
2018-06-01 17:07:12 +02:00
parent c4475973f9
commit bb87f79ae7
3 changed files with 24 additions and 2 deletions

View File

@@ -546,6 +546,7 @@ class DataTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
}
@@ -640,6 +641,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -709,6 +711,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -750,6 +753,7 @@ class ViewTest(TestCase):
form_data = {
'title':'',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -781,6 +785,7 @@ class ViewTest(TestCase):
form_data = {
'title':'',
'workouttype':'rower',
'boattype': '1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -813,6 +818,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -856,6 +862,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -886,6 +893,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -918,6 +926,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -948,6 +957,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -979,6 +989,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1010,6 +1021,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1039,6 +1051,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'water',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1066,6 +1079,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1093,6 +1107,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1120,6 +1135,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1148,6 +1164,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1175,6 +1192,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1202,6 +1220,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1229,6 +1248,7 @@ class ViewTest(TestCase):
form_data = {
'title':'test',
'workouttype':'rower',
'boattype':'1x',
'notes':'aap noot mies',
'make_plot':False,
'upload_to_c2':False,
@@ -1259,6 +1279,7 @@ class ViewTest(TestCase):
# form_data = {
# 'title':'test',
# 'workouttype':'water',
# 'boattype':'1x',
# 'notes':'aap noot mies',
# 'make_plot':False,
# 'upload_to_c2':False,