From f40f0f02d6b357be8d818f65e817413f9db02880 Mon Sep 17 00:00:00 2001 From: John Eberhard Date: Wed, 13 May 2026 14:36:21 -0500 Subject: [PATCH] Testcase cleanup Signed-off-by: John Eberhard --- README.testing.txt | 2 +- pom.xml | 13 +-- pomWar.xml | 12 +- src/test/AllQshCompileScript | 5 +- src/test/IFS/IFSGenericTestcase.java | 12 +- src/test/JCIFSUtility.java | 167 +++++++++++++++------------ src/test/JDReflectionUtil.java | 24 ++++ src/test/JDReport.java | 31 ++++- src/test/JDRunit.java | 33 +++++- src/test/JDSQL400.java | 4 +- src/test/JTOpenTestSetup.java | 4 +- 11 files changed, 203 insertions(+), 104 deletions(-) diff --git a/README.testing.txt b/README.testing.txt index 0ad559bb..d64c21fb 100644 --- a/README.testing.txt +++ b/README.testing.txt @@ -95,7 +95,7 @@ JDRunit setup. 11. Copy the ini/runitxx8Sx.ini to a file that represents the JVM used for the test. The 8S is a sample configuration for a Java 8 test on a PC. 12. Download the latest JTOpen release. java -cp JTOpen-test.jar test.JTOpenDownloadReleaseJars -13. For the IFS tests, get a copy of jcifs.jar and copy into the jar directory. +13. For the NetServer tests, get a copy of jcifs-3.0.2.jar and copy into the jar directory. 14. Copy the java certificate store to $JTOPEN_TEST_DIR. Add the necessary certificates in order to establish secure (TLS) connections to the server you are testing. diff --git a/pom.xml b/pom.xml index 1567445c..944721b8 100644 --- a/pom.xml +++ b/pom.xml @@ -65,12 +65,11 @@ provided - - org.codelibs - jcifs - 1.3.18.3 - - - + + org.codelibs + jcifs + 3.0.2 + compile + diff --git a/pomWar.xml b/pomWar.xml index 947d0ba9..24ddd52a 100644 --- a/pomWar.xml +++ b/pomWar.xml @@ -63,12 +63,12 @@ jakarta.servlet-api 6.0.0 - - org.codelibs - jcifs - 1.3.18.3 - -