summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Pokorny <andreas.pokorny@canonical.com>2015-07-31 10:36:45 +0200
committerAndreas Pokorny <andreas.pokorny@canonical.com>2015-07-31 10:36:45 +0200
commitae9bdbeac8f762d9eed4fff86e478d729337090a (patch)
tree5803863217c60b1cdf6c08d32cd1a7f232bb0e6f
parent5a0c76af02204e766cef267478aab5e281ad951c (diff)
remove the dummy application name
-rw-r--r--tests/modules/common/qtmir_test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/common/qtmir_test.h b/tests/modules/common/qtmir_test.h
index 3056179..9ee81af 100644
--- a/tests/modules/common/qtmir_test.h
+++ b/tests/modules/common/qtmir_test.h
@@ -65,13 +65,13 @@ private:
};
-namespace { char const* argv[] = { "qtmir-test", nullptr }; }
+namespace { char const* argv[] = { nullptr }; }
class FakeMirServer: private TestMirServerInit, public MirServer
{
public:
FakeMirServer()
- : MirServer(1, argv)
+ : MirServer(0, argv)
{
}