[Xapian-tickets] [Xapian] #528: custom_matchspy test for Python bindings fails on Windows
Xapian
nobody at xapian.org
Sun Jan 9 21:33:27 GMT 2011
#528: custom_matchspy test for Python bindings fails on Windows
--------------------------------------+-------------------------------------
Reporter: charliejuggler | Owner: richard
Type: defect | Status: new
Priority: normal | Milestone:
Component: Xapian-bindings (Python) | Version: SVN trunk
Severity: normal | Keywords:
Blockedby: | Platform: Microsoft Windows
Blocking: |
--------------------------------------+-------------------------------------
Old description:
> {{{
> Running test: custom_matchspy... FAILED
>
> pythontest2.py:1532:exceptions.AttributeError: No constructor defined
> 1530 self.count += 1
> 1531
> ->1532 mspy = MSpy()
> 1533
> 1534 db = setup_database()
> }}}
New description:
{{{
Running test: custom_matchspy... FAILED
pythontest2.py:1532:exceptions.AttributeError: No constructor defined
1530 self.count += 1
1531
->1532 mspy = MSpy()
1533
1534 db = setup_database()
}}}
--
Comment(by olly):
Works for me on Linux with current trunk.
The highlighted line is 1529 in trunk, and that file hasn't changed since
2010-12-20, so it looks like you have a modified version of the file.
Perhaps that's what the problem is?
--
Ticket URL: <http://trac.xapian.org/ticket/528#comment:1>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list