Make sure you have utf-8 enabled for mysql. That's causing these errors. It may or may not be the problem with your pricing.
-Chris On Sun, Aug 1, 2010 at 9:58 PM, krnel <[email protected]> wrote: > E............................................................F..F.F....... > ====================================================================== > ERROR: test_activation_view (registration.tests.RegistrationViewTests) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/django_registration-0.7- > py2.6.egg/registration/tests.py", line 301, in test_activation_view > kwargs={ 'activation_key': > RegistrationProfile.objects.get(user=self.sample_user).activation_key })) > File "/usr/local/lib/python2.6/dist-packages/django/test/client.py", > line 290, in get > response = self.request(**r) > File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/ > base.py", line 100, in get_response > response = callback(request, *callback_args, **callback_kwargs) > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/accounts/views.py", line 218, in activate > contact = Contact.objects.get(user=account) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > manager.py", line 132, in get > return self.get_query_set().get(*args, **kwargs) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > query.py", line 341, in get > % self.model._meta.object_name) > DoesNotExist: Contact matching query does not exist. > > ====================================================================== > ERROR: test_company > (satchmo_store.contact.tests.ContactInfoFormLANGUAGETest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/contact/tests.py", line 84, in test_company > form = ContactInfoForm(data=data, shop=shop, contact=contact) > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/contact/forms.py", line 78, in __init__ > self.fields['country'] = forms.ModelChoiceField(shop.countries(), > required=False, label=_('Country'), empty_label=None, > initial=billing_country.pk) > AttributeError: 'NullConfig' object has no attribute 'countries' > > ====================================================================== > ERROR: test_country_specific_validation > (satchmo_store.contact.tests.ContactInfoFormLANGUAGETest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/contact/tests.py", line 105, in > test_country_specific_validation > form = ContactInfoForm(data=data, shop=shop, contact=contact) > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/contact/forms.py", line 78, in __init__ > self.fields['country'] = forms.ModelChoiceField(shop.countries(), > required=False, label=_('Country'), empty_label=None, > initial=billing_country.pk) > AttributeError: 'NullConfig' object has no attribute 'countries' > > ====================================================================== > ERROR: Test Area tax module > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > tax/tests.py", line 34, in testAreaCountries > order = make_test_order('DE', '', include_non_taxed=True) > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/shop/tests.py", line 867, in make_test_order > p = Product.objects.get(slug='dj-rocks-s-b') > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > manager.py", line 132, in get > return self.get_query_set().get(*args, **kwargs) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > query.py", line 341, in get > % self.model._meta.object_name) > DoesNotExist: Product matching query does not exist. > > ====================================================================== > ERROR: Test the situation where we have multiple adminareas with the > same name > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > tax/tests.py", line 93, in testDuplicateAdminAreas > order = make_test_order('GB', 'Manchester') > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/shop/tests.py", line 867, in make_test_order > p = Product.objects.get(slug='dj-rocks-s-b') > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > manager.py", line 132, in get > return self.get_query_set().get(*args, **kwargs) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > query.py", line 341, in get > % self.model._meta.object_name) > DoesNotExist: Product matching query does not exist. > > ====================================================================== > ERROR: Test proper handling of taxes when using a fractional percent > tax. This can cause > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > tax/tests.py", line 180, in testFractionalPercentShipping > order = make_test_order('US', 'TX') > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/shop/tests.py", line 867, in make_test_order > p = Product.objects.get(slug='dj-rocks-s-b') > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > manager.py", line 132, in get > return self.get_query_set().get(*args, **kwargs) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > query.py", line 341, in get > % self.model._meta.object_name) > DoesNotExist: Product matching query does not exist. > > ====================================================================== > ERROR: Test percent tax without shipping > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > tax/tests.py", line 122, in testPercent > order = make_test_order('US', 'TX') > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/shop/tests.py", line 867, in make_test_order > p = Product.objects.get(slug='dj-rocks-s-b') > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > manager.py", line 132, in get > return self.get_query_set().get(*args, **kwargs) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > query.py", line 341, in get > % self.model._meta.object_name) > DoesNotExist: Product matching query does not exist. > > ====================================================================== > ERROR: Test percent tax with shipping > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > tax/tests.py", line 145, in testPercentShipping > order = make_test_order('US', 'TX') > File "/usr/local/lib/python2.6/dist-packages/Satchmo-0.9_1-py2.6.egg/ > satchmo_store/shop/tests.py", line 867, in make_test_order > p = Product.objects.get(slug='dj-rocks-s-b') > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > manager.py", line 132, in get > return self.get_query_set().get(*args, **kwargs) > File "/usr/local/lib/python2.6/dist-packages/django/db/models/ > query.py", line 341, in get > % self.model._meta.object_name) > DoesNotExist: Product matching query does not exist. > > ====================================================================== > FAIL: test_registration_view > (registration.tests.RegistrationViewTests) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/django_registration-0.7- > py2.6.egg/registration/tests.py", line 289, in test_registration_view > self.assertEqual(response.status_code, 302) > AssertionError: 200 != 302 > > ====================================================================== > FAIL: test_extension (sorl.thumbnail.tests.fields.FieldTest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/ > fields.py", line 66, in test_extension > self.verify_thumbnail((50, 37), thumb, expected_filename) > File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/ > base.py", line 92, in verify_thumbnail > self.assertEqual(image.size, expected_size) > AssertionError: (50, 38) != (50, 37) > > ====================================================================== > FAIL: test_thumbnail > (sorl.thumbnail.tests.fields.ImageWithThumbnailsFieldTest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/ > fields.py", line 111, in test_thumbnail > self.verify_thumbnail((50, 37), thumb, expected_filename) > File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/ > base.py", line 92, in verify_thumbnail > self.assertEqual(image.size, expected_size) > AssertionError: (50, 38) != (50, 37) > > ====================================================================== > FAIL: testTag (sorl.thumbnail.tests.templatetags.ThumbnailTagTest) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/ > templatetags.py", line 118, in testTag > self.verify_thumbnail((90, 67), expected_filename=expected_fn) > File "/usr/local/lib/python2.6/dist-packages/sorl/thumbnail/tests/ > base.py", line 92, in verify_thumbnail > self.assertEqual(image.size, expected_size) > AssertionError: (90, 68) != (90, 67) > > ---------------------------------------------------------------------- > Ran 237 tests in 1246.834s > > FAILED (failures=4, errors=8) > Destroying test database 'default'... > > -- > You received this message because you are subscribed to the Google Groups > "Satchmo users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
