From a0ef19c1ed4405c178134d5c5e2c067867873e5d Mon Sep 17 00:00:00 2001 From: "Jason P. Leasure" Date: Wed, 19 May 2021 16:37:01 -0400 Subject: [PATCH] fix bad test path --- .../java/ghidra/app/plugin/core/script/BundleHostTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/script/BundleHostTest.java b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/script/BundleHostTest.java index 6969d45c56..349ef1ab6f 100644 --- a/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/script/BundleHostTest.java +++ b/Ghidra/Features/Base/src/test.slow/java/ghidra/app/plugin/core/script/BundleHostTest.java @@ -376,7 +376,7 @@ public class BundleHostTest extends AbstractGhidraHeadlessIntegrationTest { " [null] osgi.wiring.package; (&(osgi.wiring.package=com.google.common.io)" + "(version>="+(GUAVA_MAJOR_VERSION+1)+".0.0)" + "(!(version>="+(GUAVA_MAJOR_VERSION+2)+".0.0))), " + - "from /tmp/ghidra.dev2tmp/sourcebundle000/AClass.java\n", + "from "+generic.util.Path.toPathString(currentBundle.getFile())+"/AClass.java\n", "1 missing package import:com.google.common.io (version>="+(GUAVA_MAJOR_VERSION+1)+".0.0)" + ", 1 source file with errors" );