aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-01-06NOISSUE Add more qt versions to travisJan Dalheimer
5.0, 5.1 and 5.2 are currently marked as "allow failure". If they can be made to pass they should be removed from this list, if not they should be removed entirely.
2016-01-02GH-1365 rework java version parsing and sortingPetr Mrázek
2015-12-28GH-1360 add basic changelog based on github API, fix update dialog buttonsPetr Mrázek
2015-12-26GH-1178 add failing testPetr Mrázek
2015-12-26NOISSUE add a basic test for FS::copyPetr Mrázek
2015-10-05NOISSUE dissolve util libraryPetr Mrázek
2015-09-28NOISSUE clean up some old cmake messesPetr Mrázek
2015-09-26NOISSUE fix all clang warningsPetr Mrázek
2015-09-14GH-1227 renam GZip functions to not collide with zlib macrosPetr Mrázek
2015-09-14GH-1227 add GZip compress function and a unit test fo GZipPetr Mrázek
2015-09-05NOISSUE make shared logic library ... sharedPetr Mrázek
2015-08-18GH-926 implement log cleaning functionalityPetr Mrázek
Also adds gzip compressed log support
2015-06-09GH-1060 update tweaksPetr Mrázek
* download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace'
2015-06-09GH-1060 implement very basic updater (only linux and maybe osx right now)Petr Mrázek
2015-06-09GH-1060 remove some old updater bits and piecesPetr Mrázek
2015-06-06NOISSUE Comment and bugfix the Resource systemJan Dalheimer
2015-06-06NOISSUE Various changes from multiauth that are unrelated to itJan Dalheimer
2015-05-26GH-997 add unit test for ini file save/load passthroughPetr Mrázek
2015-04-12NOISSUE move everything.Petr Mrázek
2015-04-12SCRATCH separate the generic updater logic from the applicationPetr Mrázek
2015-04-12SCRATCH nuke the overcomplicated logger, use a simple one.Petr Mrázek
2015-04-02NOISSUE Make tests no longer use the MultiMC objectPetr Mrázek
They do not require the application part anymore
2015-04-02NOISSUE Split MultiMC app object into MultiMC and EnvPetr Mrázek
2015-02-06Change copyright dates to 2015Greenphlem
2014-11-02Fix another bunch of copyright years, including fixing #397Jan Dalheimer
2014-09-06Sync from quickmodsPetr Mrázek
2014-07-16Implement gradle spec reader/writerPetr Mrázek
2014-07-14Show changelog even when there are no new updates available.Petr Mrázek
2014-07-01Move settings lib into the main code, fixing error logging in it.Petr Mrázek
2014-06-30[Clang Warnings] Fix char* cast from string literal in TestsTaeyeon Mori
2014-04-09Only use tabs for intendentionJan Dalheimer
2014-04-06Use the same style of CMake files everywhereJan Dalheimer
2014-04-06Workaround for dirty build folders.Petr Mrázek
My disgust just turned into barely contained rage :<
2014-04-06Get rid of long rebuilds because of minor cmake config changesPetr Mrázek
2014-03-29Fix issues with badly encoded escape sequences in config files.Petr Mrázek
2014-01-18Force using LF endlines while configuring testsPetr Mrázek
2014-01-05Unbreak and reactivate the some UpdateChecker testsJan Dalheimer
2014-01-05Remove the $PWD hack and tests that depended on it.Petr Mrázek
2014-01-05Meh.Petr Mrázek
2014-01-05Fix tests for masterPetr Mrázek
2014-01-05More updater fixagePetr Mrázek
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]
2014-01-03Log version, work pathsPetr Mrázek
2013-12-28Various updater fixesPetr Mrázek
Updater tests for path utils The updater now doesn't use splitpath on Windows (fixes problems with Windows XP) Fix up paths for the OSX updater - should now install the updates into the right place Fix translations install path - translation isntall and deploy should be fixed
2013-12-25No more windows paths in tests.Petr Mrázek
2013-12-24Get the updater to display a no update found message.robotbrainify
2013-12-20Some test madnessPetr Mrázek
2013-12-16Fix some failing tests and attempt to fix running tests on a headless computerJan Dalheimer
2013-12-15Finish unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-15Unit tests for the DownloadUpdateTask classJan Dalheimer
2013-12-14More tests for the UpdateChecker class. It should be done for now.Jan Dalheimer