Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ut_urlresolver: use sandbox
  • Loading branch information
martyone committed Apr 2, 2013
1 parent a15927d commit 77b4b2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/ut_urlresolver/main.cpp
Expand Up @@ -7,9 +7,12 @@

#include <QtTest/QtTest>

#include "../sandbox/sandboxfileenginehandler.h"
#include "urlresolvertest.cpp"

int main(int argc, char **argv){
SandboxFileEngineHandler h;

UrlResolverTest urlResolverTest;

if (QTest::qExec(&urlResolverTest, argc, argv))
Expand Down

0 comments on commit 77b4b2d

Please sign in to comment.