diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-01-03 02:29:05 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-01-03 02:29:05 +0100 |
commit | f399207ae09e2b9a34166be6dbb2a1d22dbddc99 (patch) | |
tree | 3b794ab76fdf45669660796ff044e5d08354738b /tests/TestUtil.h | |
parent | 1455f051e4762cf7409081f7db5cefb22d3c72bd (diff) | |
download | MultiMC-f399207ae09e2b9a34166be6dbb2a1d22dbddc99.tar MultiMC-f399207ae09e2b9a34166be6dbb2a1d22dbddc99.tar.gz MultiMC-f399207ae09e2b9a34166be6dbb2a1d22dbddc99.tar.lz MultiMC-f399207ae09e2b9a34166be6dbb2a1d22dbddc99.tar.xz MultiMC-f399207ae09e2b9a34166be6dbb2a1d22dbddc99.zip |
Log version, work paths
Diffstat (limited to 'tests/TestUtil.h')
-rw-r--r-- | tests/TestUtil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestUtil.h b/tests/TestUtil.h index fd25d24f..231ce7f6 100644 --- a/tests/TestUtil.h +++ b/tests/TestUtil.h @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) \ { \ char *argv_[] = { argv[0] _MMC_EXTRA_ARGV }; \ int argc_ = 1 + _MMC_EXTRA_ARGC; \ - MultiMC app(argc_, argv_, QDir::temp().absoluteFilePath("MultiMC_Test")); \ + MultiMC app(argc_, argv_/*, QDir::temp().absoluteFilePath("MultiMC_Test")*/); \ app.setAttribute(Qt::AA_Use96Dpi, true); \ TestObject tc; \ return QTest::qExec(&tc, argc, argv); \ |