Report abuse

Error in test testDateIndexingWithPythonDateTime (collective.solr.tests.test_indexer.QueueIndexerTests)
Traceback (most recent call last):
  File "/opt/python/buildout/parts/opt/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/Users/zeidler/jarn/collective/collective.solr/branches/1.0/src/collective/solr/tests/test_indexer.py", line 103, in testDateIndexingWithPythonDateTime
    foo = Foo(id='gerken', name='patrick', cat='nerd', timestamp=datetime.strptime('29.09.80 14:02 GMT', '%d.%m.%y %H:%M %Z'))
AttributeError: type object 'datetime.datetime' has no attribute 'strptime'