From 9768320544d10f2599b161d73f0a7f5400df10bb Mon Sep 17 00:00:00 2001 From: Koen Aers Date: Thu, 9 Oct 2025 10:33:04 +0200 Subject: [PATCH] HBX-3148: Fix the teardown of test 'org.hibernate.tool.ant.SchemaUpdateWarning' so that it doesn't affect other tests Signed-off-by: Koen Aers --- .../org/hibernate/tool/ant/SchemaUpdateWarning/drop.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/common/src/main/resources/org/hibernate/tool/ant/SchemaUpdateWarning/drop.sql diff --git a/test/common/src/main/resources/org/hibernate/tool/ant/SchemaUpdateWarning/drop.sql b/test/common/src/main/resources/org/hibernate/tool/ant/SchemaUpdateWarning/drop.sql new file mode 100644 index 0000000000..8952126b0a --- /dev/null +++ b/test/common/src/main/resources/org/hibernate/tool/ant/SchemaUpdateWarning/drop.sql @@ -0,0 +1 @@ +DROP TABLE TopDown