mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-12-03 01:21:37 +00:00
Merge remote-tracking branch 'origin/GP-0_jpleasu_fix_bad_test_path'
This commit is contained in:
commit
241ca98dbd
@ -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"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user