andrewebdev / django-adzone

A django application to manage advertising and advertising zones.
BSD 3-Clause "New" or "Revised" License
87 stars 39 forks source link

adzone.tests.ClickTestCase fails #10

Closed ASKBOT closed 11 years ago

ASKBOT commented 13 years ago

......F.....

FAIL: testClickOnAds (adzone.tests.ClickTestCase)

Traceback (most recent call last): File "/home/fadeev/askbot-devel/adzone/tests.py", line 185, in testClickOnAds self.assertEquals(len(AdClick.objects.all()), 2) AssertionError: 1 != 2


Ran 12 tests in 1.745s

andrewebdev commented 13 years ago

Strange, what version of the code are you running? For me all the tests pass on both the master and dev branches

ASKBOT commented 13 years ago

The commit is - tip of your master branch at the time of this posting: e0881aa9a7bb925b3b02a3c001c0ae48a9223a72

I use Django 1.1.1, Python 2.6.2 (r262:71600, Jun 12 2009, 19:35:11) postgresql 8.3

Thanks.

andrewebdev commented 11 years ago

Many of the tests have been rewritten for 0.3a. This will probably fix this problem for you. I'm going to close this issue for now. If you still have an issue like this, please re-open it, or create a new one.

Thanks