I\'m getting following exception once tests is started:
Testcase: treeCtorArgumentTest(com.xythos.client.drive.cachedtree.CachedTreeTest): Caused an ERR
For me the problem was that IntelliJ ran the test as integration test. So I needed to create JUnit test manually