aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtNetwork/accessManager_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed QtNetwork test to use '127.0.0.1' instead of 'localhost'Renato Araujo Oliveira Filho2012-03-081-3/+9
| | | | | | | | | | This is necessary to make all test to be able run on any buildbot machine. Fix Http server shutdown sequence to avoid deadlocks. Fixes bug #587 Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Make accessManager test do not depend on internet access.Hugo Parente Lima2010-09-081-3/+18
|
* Created new unittest model.Renato Filho2010-06-071-0/+23
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>