diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-01-05 16:47:12 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-01-05 16:47:12 +0100 |
commit | 0dcf694c8776ac03779e465bdc4859fba9be314d (patch) | |
tree | 25c742f97a98fb7534f8a2180f5b7b165bf7e8c5 /mmc_updater/src/tests/TestUpdaterOptions.h | |
parent | a64eebf8eb758971b090b2e87212c2458424797e (diff) | |
download | PrismLauncher-0dcf694c8776ac03779e465bdc4859fba9be314d.tar.gz PrismLauncher-0dcf694c8776ac03779e465bdc4859fba9be314d.tar.bz2 PrismLauncher-0dcf694c8776ac03779e465bdc4859fba9be314d.zip |
More updater fixage
Preserve --dir parameter after updating
Allow more than one copy of a command line parameter in MultiMC
Linux runner script no longer changes current directory, which allows '--dir .'
Fixed unit tests, removed the obsolete one (for some legacy updater command line params that were also removed)
[fixes 63127704]
Diffstat (limited to 'mmc_updater/src/tests/TestUpdaterOptions.h')
-rw-r--r-- | mmc_updater/src/tests/TestUpdaterOptions.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mmc_updater/src/tests/TestUpdaterOptions.h b/mmc_updater/src/tests/TestUpdaterOptions.h deleted file mode 100644 index 5ed102c1..00000000 --- a/mmc_updater/src/tests/TestUpdaterOptions.h +++ /dev/null @@ -1,8 +0,0 @@ -#pragma once - -class TestUpdaterOptions -{ - public: - void testOldFormatArgs(); -}; - |