Playing around with qtestlibs data driven testing (Added MediaTypeTest
authorMikko Keinänen <mikko.keinanen@gmail.com>
Wed, 24 Nov 2010 22:15:17 +0000 (00:15 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Wed, 24 Nov 2010 22:15:17 +0000 (00:15 +0200)
commit46e00847b2671f5bfafc01e30b96c25ed9be2643
tree3f043411b8a3cfd353b9fb7b54a3cb25650d526f
parent2e901788519ca767ac705c7bfeb61816fbe970dd
Playing around with qtestlibs data driven testing (Added MediaTypeTest
class). Added new constructor to EmuFrontFileObject with id and name
parameters.
src/dataobjects/emufrontfileobject.cpp
src/dataobjects/emufrontfileobject.h
src/dataobjects/mediatype.cpp
src/dataobjects/platform.cpp
testing/EmuFrontTesting/EmuFrontTesting.pro
testing/EmuFrontTesting/main.cpp
testing/EmuFrontTesting/mediatypetest.cpp [new file with mode: 0644]
testing/EmuFrontTesting/mediatypetest.h [new file with mode: 0644]
testing/EmuFrontTesting/platformtest.cpp
testing/EmuFrontTesting/platformtest.h