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/maps/MySql/Account.xml | 624 ------------------------------- 1 file changed, 624 deletions(-) delete mode 100644 tests/unit/SQLMap/maps/MySql/Account.xml (limited to 'tests/unit/SQLMap/maps/MySql/Account.xml') diff --git a/tests/unit/SQLMap/maps/MySql/Account.xml b/tests/unit/SQLMap/maps/MySql/Account.xml deleted file mode 100644 index 146e0e90..00000000 --- a/tests/unit/SQLMap/maps/MySql/Account.xml +++ /dev/null @@ -1,624 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - insert into Accounts - (Account_Id, Account_FirstName, Account_LastName, Account_Email, Account_Banner_Option, Account_Cart_Option) - values - (?, ?, ?, ?, ?, ?) - - - - update Accounts set - Account_FirstName = ?, - Account_LastName = ?, - Account_Email = ? - where - Account_Id = ? - - - - update Accounts set - Account_Id = ?, - Account_FirstName = ?, - Account_LastName = ?, - Account_Email = ? - where - Account_Id = ? - - - - delete from Accounts - where - Account_Id = #Id# - - - - - - - - - - - - - - insert into Accounts - (Account_Id, Account_FirstName, Account_LastName, Account_Email) - values - (#Id#, #FirstName#, #LastName#, #EmailAddress# - ) - - - - - - update Accounts set - Account_FirstName = #FirstName#, - Account_LastName = #LastName#, - Account_Email = #EmailAddress, dbType=VarChar, nullValue=no_email@provided.com# - where - Account_Id = #Id# - - - - insert into Accounts - (Account_Id, Account_FirstName, Account_LastName, Account_Email) - values - (#Id#, #FirstName#, #LastName#, #EmailAddress, dbType=VarChar, nullValue=no_email@provided.com# - ) - - - - insert into Accounts - (Account_Id, Account_FirstName, Account_LastName, Account_Email) - values - ( #Id#, #FirstName#, #LastName#, #EmailAddress, dbType=VarChar# ) - - - - insert into Accounts - (Account_Id, Account_FirstName, Account_LastName, Account_Email) - values - ( #Id#, #FirstName#, #LastName#, #EmailAddress, dbType=VarChar# ) - - - - delete from Accounts - where Account_Id = #Id# - and Account_Id = #Id# - - - - - - - - - - - - - - - - - - - - - - - - - - SELECT * - FROM - Accounts - - - - - INSERT INTO Accounts - (Account_Id, Account_FirstName, Account_LastName, Account_Email) - VALUES(#Id#, #FirstName#, #LastName# - - - #EmailAddress# - - - null - - - ) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ps_InsertAccount - - - - ps_swap_email_address - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file -- cgit v1.2.3