Skip to content

Commit

Permalink
sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkp committed Mar 29, 2012
1 parent 09d7333 commit 7a6f4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django-olwidget/olwidget/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ class MyMultiForm(forms.Form):
form = MyMultiForm({'mymap_0': "POINT(0 0)", 'mymap_2': "POINT(1 1)"})

self.assertTrue(form.is_bound)
self.assertEqual(form.errors, {})
self.assertTrue(form.is_valid())


Expand Down

0 comments on commit 7a6f4e6

Please sign in to comment.