From: Tuukka Lehtonen Date: Thu, 5 Apr 2018 06:47:03 +0000 (+0300) Subject: Fixing problems in the database unit testing environment with Acorn X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=ea539cb91a0eb1ac57a2d09ac9539f2b28db1c28;hp=ea539cb91a0eb1ac57a2d09ac9539f2b28db1c28;p=simantics%2Fplatform.git Fixing problems in the database unit testing environment with Acorn * Removed static map from org.simantics.acorn.FileIO. Moved the map into a session service as org.simantics.acorn.FileCache * Changed org.simantics.db.testing.common.Tests utilities to use Acorn instead of ProCore (AcornTestHandler). Did not introduce abstraction for this for now. refs #7855 Conflicts: bundles/org.simantics.acorn/src/org/simantics/acorn/FileIO.java Change-Id: Iec42395cc71b30a4c376a44778b358e3807e6ec9 (cherry picked from commit 03fac449ec81e88669169d671bb386eb93ac060d) (cherry picked from commit e5c006a3e29dcb1f29ae5bcc21ac28573bd37648) ---