Skip to content

Instantly share code, notes, and snippets.

@bohde
Created March 30, 2012 03:53
Show Gist options
  • Save bohde/2246352 to your computer and use it in GitHub Desktop.
Save bohde/2246352 to your computer and use it in GitHub Desktop.
.F...[29/Mar/2012 22:52:48] "GET /api/v1/geonotes/?polys__contains=%7B%22coordinates%22%3A%20%5B%5B-122.475233%2C%2037.768616999999999%5D%2C%20%5B-122.470416%2C%2037.767381999999998%5D%5D%2C%20%22type%22%3A%20%22MultiPoint%22%7D HTTP/1.1" 400 56
F[29/Mar/2012 22:52:52] "GET /api/v1/geonotes/?points__within=%7B%22type%22%3A%20%22MultiPolygon%22%2C%20%22coordinates%22%3A%20%5B%5B%5B%5B-122.511067%2C%2037.771276%5D%2C%20%5B-122.510037%2C%2037.766391%5D%2C%20%5B-122.510037%2C%2037.763813%5D%2C%20%5B-122.456822%2C%2037.765848%5D%2C%20%5B-122.452960%2C%2037.766459%5D%2C%20%5B-122.454848%2C%2037.773990%5D%2C%20%5B-122.475362%2C%2037.773040%5D%2C%20%5B-122.511067%2C%2037.771276%5D%5D%5D%5D%7D HTTP/1.1" 400 56
F[29/Mar/2012 22:52:55] "GET /api/v1/ HTTP/1.1" 200 171
.[29/Mar/2012 22:52:59] "GET /api/v1/ HTTP/1.1" 200 292
.[29/Mar/2012 22:53:02] "GET /api/v1/geonotes/ HTTP/1.1" 500 88
FF[29/Mar/2012 22:53:03] "POST /api/v1/geonotes/ HTTP/1.1" 500 88
[29/Mar/2012 22:53:03] "POST /api/v1/geonotes/ HTTP/1.1" 201 0
[29/Mar/2012 22:53:03] "GET /api/v1/geonotes/4/ HTTP/1.1" 200 294
.[29/Mar/2012 22:53:07] "POST /api/v1/geonotes/ HTTP/1.1" 500 158
F
======================================================================
FAIL: test_gets (gis.tests.views.ViewsTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joshbohde/code/django-tastypie/tests/gis/tests/views.py", line 18, in test_gets
self.assertEqual(resp.status_code, 200)
AssertionError: 500 != 200
======================================================================
FAIL: test_filter_contains (gis.tests.http.HTTPTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joshbohde/code/django-tastypie/tests/gis/tests/http.py", line 183, in test_filter_contains
self.assertEqual(response.status, 200)
AssertionError: 400 != 200
======================================================================
FAIL: test_filter_within (gis.tests.http.HTTPTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joshbohde/code/django-tastypie/tests/gis/tests/http.py", line 158, in test_filter_within
self.assertEqual(response.status, 200)
AssertionError: 400 != 200
======================================================================
FAIL: test_get_list (gis.tests.http.HTTPTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joshbohde/code/django-tastypie/tests/gis/tests/http.py", line 44, in test_get_list
self.assertEqual(response.status, 200)
AssertionError: 500 != 200
======================================================================
FAIL: test_post_geojson (gis.tests.http.HTTPTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joshbohde/code/django-tastypie/tests/gis/tests/http.py", line 99, in test_post_geojson
self.assertEqual(response.status, 201)
AssertionError: 500 != 201
======================================================================
FAIL: test_post_xml (gis.tests.http.HTTPTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/joshbohde/code/django-tastypie/tests/gis/tests/http.py", line 122, in test_post_xml
self.assertEqual(response.status, 201)
AssertionError: 500 != 201
----------------------------------------------------------------------
Ran 13 tests in 20.524s
FAILED (failures=6)
Creating test database for alias 'default'...
Destroying test database for alias 'default'...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment