aboutsummaryrefslogtreecommitdiff
path: root/api/logic/minecraft/Library_test.cpp
AgeCommit message (Collapse)Author
2018-11-26NOISSUE fix unit testsPetr Mrázek
2018-11-12NOISSUE fix up unit test for the changed Library behaviorPetr Mrázek
No more fallback for local libraries. They must be in the instance, always.
2018-07-15NOISSUE tabs -> spacesPetr Mrázek
2017-10-28GH-2026 fix failing library test case for native librariesPetr Mrázek
2017-09-09NOISSUE merging of strategy into profile, onesix into minecraftPetr Mrázek
2017-04-07NOISSUE fix issue with the narrator feature by splitting java and native ↵Petr Mrázek
libraries
2016-10-02NOISSUE add instance-local library storagePetr Mrázek
Any libraries stored in $instanceroot/libraries/ will override the libraries from MultiMC's global folders, as long as they are marked 'local' in the json patch.
2016-05-01NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek
more dead tests.