PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 283 - Test QtNetwork_http_test fails when run with python2.5 [amd64]
: Test QtNetwork_http_test fails when run with python2.5 [amd64]
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtNetwork
: 0.4.0
: All Linux
: P5 major
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-08-05 11:23 EEST by Didier Raboud
Modified: 2010-09-10 19:21 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Raboud 2010-08-05 11:23:50 EEST
164/186 Test #164: QtNetwork_http_test .............................***Failed  
 0.59 sec
E
======================================================================
ERROR: testDefaultArgs (__main__.HttpSignalsCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/build/didier-pyside_0.4.0-1-amd64-rDBEcw/pyside-0.4.0/tests/QtNetwork/http_test.py",
line 24, in tearDown
    self.httpd.shutdown()
  File
"/build/didier-pyside_0.4.0-1-amd64-rDBEcw/pyside-0.4.0/tests/util/httpd.py",
line 69, in shutdown
    self.httpd.shutdown()
AttributeError: TCPServer instance has no attribute 'shutdown'

----------------------------------------------------------------------
Ran 1 test in 0.079s

FAILED (errors=1)
[143436 refs]
-------------------------------
WrapperMap: 0x25060f0 (size: 0)
-------------------------------


TIA
Comment 1 Hugo Parente Lima 2010-09-08 16:27:46 EEST
Fixed in commit:
pyside/0ba776e27a8c17727fa883eed29f60bc6c0bb7be

The test is now segfaulting, but this is another problem not related with this
bug.