diff --git a/test/lib/groovy-2.4.15.jar b/test-log4j/lib/groovy-2.4.15.jar similarity index 100% rename from test/lib/groovy-2.4.15.jar rename to test-log4j/lib/groovy-2.4.15.jar diff --git a/test/lib/hamcrest-core-1.3.jar b/test-log4j/lib/hamcrest-core-1.3.jar similarity index 100% rename from test/lib/hamcrest-core-1.3.jar rename to test-log4j/lib/hamcrest-core-1.3.jar diff --git a/test/lib/junit-4.11.jar b/test-log4j/lib/junit-4.11.jar similarity index 100% rename from test/lib/junit-4.11.jar rename to test-log4j/lib/junit-4.11.jar diff --git a/test/lib/log4j-api-2.17.0.jar b/test-log4j/lib/log4j-api-2.17.0.jar similarity index 100% rename from test/lib/log4j-api-2.17.0.jar rename to test-log4j/lib/log4j-api-2.17.0.jar diff --git a/test/lib/log4j-core-2.17.0.jar b/test-log4j/lib/log4j-core-2.17.0.jar similarity index 100% rename from test/lib/log4j-core-2.17.0.jar rename to test-log4j/lib/log4j-core-2.17.0.jar diff --git a/test/lib/proto-1.0-20220905.jar b/test-log4j/lib/proto-1.0-20220905.jar similarity index 100% rename from test/lib/proto-1.0-20220905.jar rename to test-log4j/lib/proto-1.0-20220905.jar diff --git a/test/lib/sydapi4j-1.15.20250627.jar b/test-log4j/lib/sydapi4j.jar similarity index 75% rename from test/lib/sydapi4j-1.15.20250627.jar rename to test-log4j/lib/sydapi4j.jar index 3bd080a..c5c7860 100644 Binary files a/test/lib/sydapi4j-1.15.20250627.jar and b/test-log4j/lib/sydapi4j.jar differ diff --git a/test-log4j/start.sh b/test-log4j/start.sh new file mode 100644 index 0000000..40f2c10 --- /dev/null +++ b/test-log4j/start.sh @@ -0,0 +1 @@ +java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Dcom.sunyard.sydapi4j.debug=false -cp ./lib/*:./ test.TestAll diff --git a/test/start.sh b/test/start.sh deleted file mode 100644 index 7113c47..0000000 --- a/test/start.sh +++ /dev/null @@ -1 +0,0 @@ -java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Dcom.sunyard.sydapi4j.debug=false -cp sydapi-database-1.15.jar:./lib/*:./ test.TestAll diff --git a/test/sydapi-database-1.15.jar b/test/sydapi-database-1.15.jar deleted file mode 100644 index f478ab6..0000000 Binary files a/test/sydapi-database-1.15.jar and /dev/null differ