From 682a5b0b567a3177d858abfaf59c3d96dec744df Mon Sep 17 00:00:00 2001 From: Steve Bohlen Date: Fri, 27 Mar 2015 11:16:43 -0400 Subject: [PATCH] moving test DB + table from sep. DB into Spring DB --- ...Data.Integration.Tests_Spring_database.sql | Bin 7878 -> 8130 bytes .../App.config | 2 +- .../CreateTable.sql | 10 ---------- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 test/Spring/Spring.SessionFactoryImplError.Tests/CreateTable.sql diff --git a/test/Spring/Spring.Data.Integration.Tests/Data/Spring.Data.Integration.Tests_Spring_database.sql b/test/Spring/Spring.Data.Integration.Tests/Data/Spring.Data.Integration.Tests_Spring_database.sql index 50b2b976481b3ff6c8b36e55f8ef9e504fe769f2..c5464272b5db6ce8ee19404258bd3f9a2da0003f 100644 GIT binary patch delta 111 zcmX?Rd&qvn1%b&mTsrQ~4EYRs3?&SS44FVWm7$0smO+Domw}6clOdYHlOYAjR{*j~ zfwGwlg+MwLNT&cvkgiOIG$01*n(WB#IC%mS*JKHHzR7&7Iun)DCdUZtZB`Im#tQ(l C?HPao delta 19 bcmX?Pf6R8n1%b&0oJx}<^ft=~E#n0MQ)dS+ diff --git a/test/Spring/Spring.SessionFactoryImplError.Tests/App.config b/test/Spring/Spring.SessionFactoryImplError.Tests/App.config index d1fbdc57..270c7a82 100644 --- a/test/Spring/Spring.SessionFactoryImplError.Tests/App.config +++ b/test/Spring/Spring.SessionFactoryImplError.Tests/App.config @@ -38,7 +38,7 @@ - + diff --git a/test/Spring/Spring.SessionFactoryImplError.Tests/CreateTable.sql b/test/Spring/Spring.SessionFactoryImplError.Tests/CreateTable.sql deleted file mode 100644 index 1c96dcf6..00000000 --- a/test/Spring/Spring.SessionFactoryImplError.Tests/CreateTable.sql +++ /dev/null @@ -1,10 +0,0 @@ -/* - Script used to create table SQL Server -*/ - -CREATE TABLE [dbo].[Container]( - [Id] [uniqueidentifier] NOT NULL, - [Name] [nvarchar](50) NOT NULL -) ON [PRIMARY] - -