Created testmapfetcher.pro file.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 10:09:36 +0000 (13:09 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Thu, 1 Apr 2010 10:09:36 +0000 (13:09 +0300)
commit54d5f680a4cfce6b6f5d0c0e5576ea6ecfb9fa7c
tree28a9e5d0eba6b14fa54a4964d0d1cc1dcbd7fef8
parent01cfe8e7f9bb55dbbdbb16fa59fe2872afddb954
Created testmapfetcher.pro file.
17 files changed:
src/map/mapfetcher.h
tests/testmap/networkaccessmanagermock.cpp [deleted file]
tests/testmap/networkaccessmanagermock.h [deleted file]
tests/testmap/networkreplydummy.cpp [deleted file]
tests/testmap/networkreplymock.cpp [deleted file]
tests/testmap/networkreplymock.h [deleted file]
tests/testmap/testUIMapFetcher.cpp [deleted file]
tests/testmap/testmapengine.cpp [deleted file]
tests/testmap/testmapfetcher.cpp [deleted file]
tests/testmap/testmapfetcher/networkaccessmanagermock.cpp [new file with mode: 0644]
tests/testmap/testmapfetcher/networkaccessmanagermock.h [new file with mode: 0644]
tests/testmap/testmapfetcher/networkreplymock.cpp [new file with mode: 0644]
tests/testmap/testmapfetcher/networkreplymock.h [new file with mode: 0644]
tests/testmap/testmapfetcher/testmapfetcher.cpp [new file with mode: 0644]
tests/testmap/testmapfetcher/testmapfetcher.pro [new file with mode: 0644]
tests/testui/testUI.pro [deleted file]
tests/testui/testui.cpp [deleted file]