Private
Public Access
1
0

completed testing

This commit is contained in:
Sander Roosendaal
2019-01-09 22:36:29 +01:00
parent c454df269e
commit 587744dd35
3 changed files with 2 additions and 2 deletions

View File

@@ -315,7 +315,7 @@ class URLTests(TestCase):
for u in urls: for u in urls:
if u not in tested and 'rowers' in u and 'http' not in u and 'authorize' not in u and 'import' not in u and 'logout' not in u: if u not in tested and 'rowers' in u and 'http' not in u and 'authorize' not in u and 'import' not in u and 'logout' not in u:
response = self.c.get(u) response = self.c.get(u)
if response.status_code != 200: if response.status_code not in [200,302]:
print len(tested) print len(tested)
print url print url
print u print u

Binary file not shown.

View File

@@ -2502,7 +2502,7 @@
</Trackpoint> </Trackpoint>
</Track> </Track>
</Lap> </Lap>
<Notes>&lt;Element 'Notes' at 0x1499d4e0&gt;</Notes> <Notes>&lt;Element 'Notes' at 0x134f79e8&gt;</Notes>
</Activity> </Activity>
</Activities> </Activities>
<Creator> <Creator>