Skip to content

Commit

Permalink
extra unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
guidocalvano committed Feb 11, 2011
1 parent 14dc314 commit 077e730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcard/tests.py
Expand Up @@ -123,7 +123,7 @@ def test_all_properties_imported_and_exported( self ):

self.assertEqual( all.bday, date( 2001, 1, 4 ) )

# self.assertEqual( all.category_set.all()[ 0 ].data, "category" )
self.assertEqual( all.category_set.all()[ 0 ].data, "category" )
self.assertEqual( all.classP, "class" )

self.assertEqual( all.email_set.all()[0].type, "PREF" )
Expand Down

0 comments on commit 077e730

Please sign in to comment.