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 282 - Test QtNetwork_basic_auth_test fails when run with python2.5 [amd64]
: Test QtNetwork_basic_auth_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:22 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:22:37 EEST
162/186 Test #162: QtNetwork_basic_auth_test .......................***Failed  
 1.14 sec
localhost - - [05/Aug/2010 13:46:48] "GET /index.html HTTP/1.1" 401 -
E
======================================================================
ERROR: testwaitSignal (__main__.testAuthenticationSignal)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/build/didier-pyside_0.4.0-1-amd64-rDBEcw/pyside-0.4.0/tests/QtNetwork/basic_auth_test.py",
line 18, 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.087s

FAILED (errors=1)
[143442 refs]
-------------------------------
WrapperMap: 0x30a7d60 (size: 0)
-------------------------------

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

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