summaryrefslogtreecommitdiff
path: root/tests/unit/SQLMap/scripts/mssql/more-account-records.sql
diff options
context:
space:
mode:
authorctrlaltca <>2012-11-18 20:26:25 +0000
committerctrlaltca <>2012-11-18 20:26:25 +0000
commit43233000543984eda49768edde65076fb9c2468c (patch)
tree48578b1c5485c1f3342796cf7efa024882efd726 /tests/unit/SQLMap/scripts/mssql/more-account-records.sql
parent6dff17fee04f8b8a1f35ec8e9afe65ae32b2684c (diff)
dropped old tests referring to unexisting components (NOTE: this includes what seems a test suite for an older version of SQLMap)
Diffstat (limited to 'tests/unit/SQLMap/scripts/mssql/more-account-records.sql')
-rw-r--r--tests/unit/SQLMap/scripts/mssql/more-account-records.sql11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/unit/SQLMap/scripts/mssql/more-account-records.sql b/tests/unit/SQLMap/scripts/mssql/more-account-records.sql
deleted file mode 100644
index d4b2199f..00000000
--- a/tests/unit/SQLMap/scripts/mssql/more-account-records.sql
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
--- Creating Test Data
-
-INSERT INTO [dbo].[Accounts] VALUES(6,'Jane', 'Calamity', 'Jane.Calamity@somewhere.com', 'Oui', 200);
-INSERT INTO [dbo].[Accounts] VALUES(7,'Lucky', 'Luke', 'Lucky.Luke@somewhere.com', 'Oui', 200);
-INSERT INTO [dbo].[Accounts] VALUES(8,'Ming', 'Li Foo', null, 'Non', 100);
-INSERT INTO [dbo].[Accounts] VALUES(9,'O''Hara', 'Steve', 'Jack.OHara@somewhere.com', 'Oui', 200);
-INSERT INTO [dbo].[Accounts] VALUES(10,'Robert', 'O''Timmins', null, 'Non', 100);
-