From cc7193a4f4097d8f8e23c34eb4bd98eab880d4bb Mon Sep 17 00:00:00 2001 From: "Ray J. Greenwell" Date: Mon, 27 Apr 2026 20:41:05 -0700 Subject: [PATCH] Fix tests: add hamcrest jar, make them run headless/no dock icon. --- core/pom.xml | 7 +++++++ pom.xml | 3 +++ tools/pom.xml | 7 +++++++ 3 files changed, 17 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index d16a961a6..ebb146155 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -63,6 +63,13 @@ 4.13.1 test + + + org.hamcrest + hamcrest + 3.0 + test + org.hsqldb hsqldb diff --git a/pom.xml b/pom.xml index 17356f0fb..4c45311b6 100644 --- a/pom.xml +++ b/pom.xml @@ -94,6 +94,9 @@ com/threerings/**/*Test.java + + true + diff --git a/tools/pom.xml b/tools/pom.xml index 539f9c288..7e4dbfff8 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -42,5 +42,12 @@ 4.13.1 test + + + org.hamcrest + hamcrest + 3.0 + test +