diff --git a/.gitignore b/.gitignore
index 3baf3373dd..e794278153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ workspace
.metadata/*
.recommenders/*
.DS_Store
+.tycho-consumer-pom.xml
### IntelliJ IDEA ###
.idea
diff --git a/name.abuchen.portfolio.tests/.classpath b/name.abuchen.portfolio.tests/.classpath
index 8c7d1afc29..384f9d295d 100644
--- a/name.abuchen.portfolio.tests/.classpath
+++ b/name.abuchen.portfolio.tests/.classpath
@@ -5,11 +5,20 @@
-
+
+
+
+
+
+
+
+
+
+
diff --git a/name.abuchen.portfolio.tests/META-INF/MANIFEST.MF b/name.abuchen.portfolio.tests/META-INF/MANIFEST.MF
index 1b18e33a2a..5b02cb15e5 100644
--- a/name.abuchen.portfolio.tests/META-INF/MANIFEST.MF
+++ b/name.abuchen.portfolio.tests/META-INF/MANIFEST.MF
@@ -22,4 +22,5 @@ Require-Bundle: org.junit,
name.abuchen.portfolio.junit,
org.mockito.mockito-core
Automatic-Module-Name: name.abuchen.portfolio.tests
-Import-Package: com.google.common.collect
+Import-Package: com.google.common.collect,
+ name.abuchen.portfolio.model
diff --git a/name.abuchen.portfolio.tests/pom.xml b/name.abuchen.portfolio.tests/pom.xml
index ee92898aaa..86869b5f17 100644
--- a/name.abuchen.portfolio.tests/pom.xml
+++ b/name.abuchen.portfolio.tests/pom.xml
@@ -57,4 +57,19 @@
+
+
+
+ org.mockito
+ mockito-core
+ 5.4.0
+
+
+
+
+
+ org.mockito
+ mockito-core
+
+
\ No newline at end of file
diff --git a/name.abuchen.portfolio.tests/src/fileversions/ReadingHistoricClientFilesTest.java b/name.abuchen.portfolio.tests/src/fileversions/ReadingHistoricClientFilesTest.java
index 146f2467b7..6447c49262 100644
--- a/name.abuchen.portfolio.tests/src/fileversions/ReadingHistoricClientFilesTest.java
+++ b/name.abuchen.portfolio.tests/src/fileversions/ReadingHistoricClientFilesTest.java
@@ -14,6 +14,7 @@
import org.junit.runners.Parameterized;
import org.junit.runners.Parameterized.Parameters;
+import name.abuchen.portfolio.math.NegativeValue;
import name.abuchen.portfolio.model.Client;
import name.abuchen.portfolio.model.ClientFactory;
import name.abuchen.portfolio.model.ClientTestUtilities;
@@ -22,6 +23,8 @@
@SuppressWarnings("nls")
public class ReadingHistoricClientFilesTest
{
+ private NegativeValue negativeValue = new NegativeValue();
+
@Parameters(name = "{index}: {0}")
public static Collection