summaryrefslogtreecommitdiff
path: root/tests/test-resource.cpp
diff options
context:
space:
mode:
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));