[Xapian-tickets] [Xapian] #690: python 3.5: smoketest.py fails due to changed AttributeError description text

Xapian nobody at xapian.org
Sun Oct 4 20:21:45 BST 2015


#690: python 3.5: smoketest.py fails due to changed AttributeError description
text
----------------------------+------------------
        Reporter:  ususdei  |      Owner:  olly
            Type:  defect   |     Status:  new
        Priority:  normal   |  Milestone:
       Component:  Other    |    Version:
        Severity:  normal   |   Keywords:
      Blocked By:           |   Blocking:
Operating System:  All      |
----------------------------+------------------
 File: xapian-bindings/python3/smoketest.py

 The description of AttributeError on modules has been changed, e.g. from

 "object 'module' has not attribute %s"

 to

 "module 'xapian' has no attribute %s"

 This leads to smoketest.py unneccessarily failing under python 3.5.
 Maybe expect_exception() should be slightly less restrictive?

--
Ticket URL: <http://trac.xapian.org/ticket/690>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list