From 43233000543984eda49768edde65076fb9c2468c Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Sun, 18 Nov 2012 20:26:25 +0000 Subject: dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap) --- tests/unit/SQLMap/scripts/mysql/enumeration-init.sql | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 tests/unit/SQLMap/scripts/mysql/enumeration-init.sql (limited to 'tests/unit/SQLMap/scripts/mysql/enumeration-init.sql') diff --git a/tests/unit/SQLMap/scripts/mysql/enumeration-init.sql b/tests/unit/SQLMap/scripts/mysql/enumeration-init.sql deleted file mode 100644 index a194b636..00000000 --- a/tests/unit/SQLMap/scripts/mysql/enumeration-init.sql +++ /dev/null @@ -1,18 +0,0 @@ - -use IBatisNet; - -drop table if exists Enumerations; - -create table Enumerations -( - Enum_Id int not null, - Enum_Day int not null, - Enum_Color int not null, - Enum_Month int, - primary key (Enum_Id) -) TYPE=INNODB; - -INSERT INTO Enumerations VALUES(1, 1, 1, 128); -INSERT INTO Enumerations VALUES(2, 2, 2, 2048); -INSERT INTO Enumerations VALUES(3, 3, 4, 256); -INSERT INTO Enumerations VALUES(4, 4, 8, null); -- cgit v1.2.3