Fixed unit tests
authorSami Rämö <sami.ramo@ixonos.com>
Tue, 25 May 2010 10:58:50 +0000 (13:58 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Tue, 25 May 2010 10:58:50 +0000 (13:58 +0300)
commit3e8f3222113a986b8a6d66cd8996d54a989f3d55
treeef32be5f97d93a9a7822d1e300e70ba49c3d44b9
parent9823fd65bc8b88d60d3d4a20bb8970ef0d62d521
Fixed unit tests

 - removed some garbage unit tests

 - fixed some broken unit tests

 - added some new tests for FriendLocationItem

 - test script modifications

      * check if unit test file is executable

      * doesn't try to test master tests.pro project

      * added some instructional prints if executables
        for all unit tests are not found

      * check if test report contains any qDebug or
        qWarning prints and instruct to disable them
34 files changed:
scripts/run_unit_tests.sh
src/map/friendlocationitem.h
tests/map/friendgroupitem/friendgroupitem.pro [new file with mode: 0644]
tests/map/friendgroupitem/testfriendgroupitem.cpp
tests/map/friendgroupitem/testfriendgroupitem.pro [deleted file]
tests/map/friendlocationitem/friendlocationitem.pro
tests/map/friendlocationitem/testfriendlocationitem.cpp
tests/map/gpslocationitem/gpslocationitem.pro [new file with mode: 0644]
tests/map/gpslocationitem/testgpslocationitem.pro [deleted file]
tests/map/mapengine/mapengine.pro [new file with mode: 0644]
tests/map/mapengine/testmapengine.cpp
tests/map/mapengine/testmapengine.pro [deleted file]
tests/map/mapscene/mapscene.pro [new file with mode: 0644]
tests/map/mapscene/testmapscene.pro [deleted file]
tests/map/maptile/maptile.pro [new file with mode: 0644]
tests/map/maptile/testmaptile.pro [deleted file]
tests/map/mapview/mapview.pro [new file with mode: 0644]
tests/map/mapview/testmapview.pro [deleted file]
tests/map/ownlocationitem/ownlocationitem.pro
tests/map/ownlocationitem/testownlocationitem.cpp
tests/situareservice/networkaccessmanagermock.cpp [deleted file]
tests/situareservice/networkaccessmanagermock.h [deleted file]
tests/situareservice/networkreplymock.cpp [deleted file]
tests/situareservice/networkreplymock.h [deleted file]
tests/situareservice/testfetchlocations/testfetchlocations.cpp [deleted file]
tests/situareservice/testfetchlocations/testfetchlocations.pro [deleted file]
tests/situareservice/testlocationupdate/testlocationupdate.cpp [deleted file]
tests/situareservice/testlocationupdate/testlocationupdate.pro [deleted file]
tests/tests.pro
tests/ui/friendlist/friendlist
tests/ui/friendlist/friendlist.pro [new file with mode: 0644]
tests/ui/friendlist/testfriendlist.pro [deleted file]
tests/ui/zoombuttonpanel/testzoombuttonpanel.pro [deleted file]
tests/ui/zoombuttonpanel/zoombuttonpanel.pro [new file with mode: 0644]