SnowSpider / cs373-wc

Create a Google App Engine (GAE) app with Python that emulates IMDB to track world crises.
1 stars 1 forks source link

Current Version Failing Unit Test #61

Closed DanielMoreno closed 12 years ago

DanielMoreno commented 12 years ago

The current version is failing the GAE Unit Test with the following error:

ERROR test_ImportXml_1 (TestWC3.TestWC3) Traceback (most recent call last): File "test\TestWC3.py", line 113, in test_ImportXml_1 merge(entity, crisis) File "C:\Users\DMoreno\Documents\GitHub\cs373-wc\WC3.py", line 565, in merge if newImage == Link.get(oldImage).url: File "C:\Program Files (x86)\Google\google_appengine\google\appengine\ext\dbinit.py", line 1254, in get (instance.kind(), cls.kind())) KindError: Kind 'Link' is not a subclass of kind 'Link'