From c459b7e90555cdbf82079d4ed05485146f26d9b6 Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Wed, 23 Sep 2009 16:16:40 +0000 Subject: [PATCH] "data.sql" instead of "test-data.sql" (SPR-6020) git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1971 50f2f4bb-b051-0410-bef5-90022cba6387 --- org.springframework.jdbc/jdbc.iml | 11 +++++++++++ .../src/test/resources/{test-data.sql => data.sql} | 0 2 files changed, 11 insertions(+) rename org.springframework.jdbc/src/test/resources/{test-data.sql => data.sql} (100%) diff --git a/org.springframework.jdbc/jdbc.iml b/org.springframework.jdbc/jdbc.iml index f47cc6c5d55..f807eb845aa 100644 --- a/org.springframework.jdbc/jdbc.iml +++ b/org.springframework.jdbc/jdbc.iml @@ -74,6 +74,17 @@ + + + + + + + + + + + diff --git a/org.springframework.jdbc/src/test/resources/test-data.sql b/org.springframework.jdbc/src/test/resources/data.sql similarity index 100% rename from org.springframework.jdbc/src/test/resources/test-data.sql rename to org.springframework.jdbc/src/test/resources/data.sql