Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: testLargeDates (test_valid.TestValidPlistFile) #8

Closed
howarthjw opened this issue Dec 18, 2014 · 1 comment
Closed

ERROR: testLargeDates (test_valid.TestValidPlistFile) #8

howarthjw opened this issue Dec 18, 2014 · 1 comment

Comments

@howarthjw
Copy link

The biplist 0.9 release shows the failure...

======================================================================
ERROR: testLargeDates (test_valid.TestValidPlistFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sw/src/fink.build/biplist-py34-0.9-1/biplist-0.9/tests/test_valid.py", line 72, in testLargeDates
    self.assertEqual(result['lastShownRatePromptDate'], datetime.datetime(1, 12, 30, 0, 0, 0))
KeyError: 'lastShownRatePromptDate'

when built against python 3.4.2, coverage 3.7.1, pytest 2.6.1 and six 1.8.0 on x86_64-apple-darwin14.

wooster added a commit that referenced this issue Jan 9, 2016
Problem was an incorrect key.
@wooster
Copy link
Owner

wooster commented Jan 9, 2016

Fixed in the 0.9.1 release. Thanks!

@wooster wooster closed this as completed Jan 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants