Retains answers when re-adding items (closes #20)

This commit is contained in:
Raphael Michel
2015-04-06 13:54:10 +02:00
parent 320fd78a62
commit f8322da3ad
2 changed files with 26 additions and 13 deletions

View File

@@ -293,7 +293,6 @@ class CartTest(CartTestMixin, TestCase):
self.assertEqual(objs[0].price, 23)
self.assertGreater(objs[0].expires, now())
@expectedFailure
def test_renew_questions(self):
"""
Currently fails. See: https://github.com/pretix/pretix/issues/20