satyaveerendra / djangosearch

Automatically exported from code.google.com/p/djangosearch
0 stars 0 forks source link

The test suite is broken when using solr backend #10

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The test suite is broken when using solr

I am attaching a diff of a reorganized  test suite.
>>> Article.index.get_indexed_fields(a)
[('title', u'test'), ('date', u'2007-10-31 00:00:00')]

As of now the expected date is  datetime.datetime(2007, 10, 31, 0, 0) but
atleast the solr backend does not return it in this format.

What version of the product are you using? On what operating system?
recent svn checkout

Please provide any additional information below.

Original issue reported on code.google.com by yann.ma...@gmail.com on 9 Dec 2008 at 10:46

Attachments: