summaryrefslogtreecommitdiff
path: root/tests/test-resource.cpp
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2009-12-31 14:52:39 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2009-12-31 14:53:53 +0200
commit3ef3f8cd8d6bcb2d8c3401f7f89dca07af98adae (patch)
tree9251e77c74875ee6a4588658bcd48bdab2c915ea /tests/test-resource.cpp
parentb95d5e2079786e8435f6afc176b3b8b80043b868 (diff)
Added libplayback tests, which run through the the whole library.
Diffstat (limited to 'tests/test-resource.cpp')
-rw-r--r--tests/test-resource.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/test-resource.cpp b/tests/test-resource.cpp
index aae4dd5..3dce276 100644
--- a/tests/test-resource.cpp
+++ b/tests/test-resource.cpp
@@ -11,10 +11,6 @@ void TestResource::initTestCase()
{
resource = new Resource(MediaClass, RP_FLAGS_AUDIO|RP_FLAGS_VIDEO, this);
resourceLibrary = new MockResourceLibrary(resource, false);
-}
-
-void TestResource::testConstructor()
-{
QVERIFY(resource != NULL);
QVERIFY(resource->resourceClass == MediaClass);
QVERIFY(resource->flags == (RP_FLAGS_AUDIO|RP_FLAGS_VIDEO));