summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorctrlaltca <>2012-11-18 20:26:25 +0000
committerctrlaltca <>2012-11-18 20:26:25 +0000
commit43233000543984eda49768edde65076fb9c2468c (patch)
tree48578b1c5485c1f3342796cf7efa024882efd726 /.gitattributes
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 '.gitattributes')
-rw-r--r--.gitattributes115
1 files changed, 0 insertions, 115 deletions
diff --git a/.gitattributes b/.gitattributes
index 878e207d..d9f56505 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3858,117 +3858,6 @@ tests/unit/IO/AllTests.php -text
tests/unit/IO/TTarFileExtractorTest.php -text
tests/unit/IO/TTextWriterTest.php -text
tests/unit/Prado.php -text
-tests/unit/SQLMap/BaseTest.php -text
-tests/unit/SQLMap/CacheTest.php -text
-tests/unit/SQLMap/ConfigureTest.php -text
-tests/unit/SQLMap/ConnectionTest.php -text
-tests/unit/SQLMap/DelegateTest.php -text
-tests/unit/SQLMap/GroupByTest.php -text
-tests/unit/SQLMap/InheritanceTest.php -text
-tests/unit/SQLMap/ParameterMapTest.php -text
-tests/unit/SQLMap/PropertyAccessTest.php -text
-tests/unit/SQLMap/ResultClassTest.php -text
-tests/unit/SQLMap/ResultMapTest.php -text
-tests/unit/SQLMap/SelectKeyTest.php -text
-tests/unit/SQLMap/SqlMapCacheTest.php -text
-tests/unit/SQLMap/StatementTest.php -text
-tests/unit/SQLMap/TAdodbConnectionTestCase.php -text
-tests/unit/SQLMap/common.php -text
-tests/unit/SQLMap/domain/A.php -text
-tests/unit/SQLMap/domain/Account.php -text
-tests/unit/SQLMap/domain/AccountBis.php -text
-tests/unit/SQLMap/domain/AccountCollection.php -text
-tests/unit/SQLMap/domain/B.php -text
-tests/unit/SQLMap/domain/Book.php -text
-tests/unit/SQLMap/domain/C.php -text
-tests/unit/SQLMap/domain/Category.php -text
-tests/unit/SQLMap/domain/Complex.php -text
-tests/unit/SQLMap/domain/D.php -text
-tests/unit/SQLMap/domain/Document.php -text
-tests/unit/SQLMap/domain/DocumentCollection.php -text
-tests/unit/SQLMap/domain/E.php -text
-tests/unit/SQLMap/domain/F.php -text
-tests/unit/SQLMap/domain/LineItem.php -text
-tests/unit/SQLMap/domain/LineItemCollection.php -text
-tests/unit/SQLMap/domain/Newspaper.php -text
-tests/unit/SQLMap/domain/Order.php -text
-tests/unit/SQLMap/domain/Other.php -text
-tests/unit/SQLMap/domain/Sample.php -text
-tests/unit/SQLMap/domain/Search.php -text
-tests/unit/SQLMap/domain/User.php -text
-tests/unit/SQLMap/maps/MySql/Account.xml -text
-tests/unit/SQLMap/maps/MySql/Category.xml -text
-tests/unit/SQLMap/maps/MySql/Complex.xml -text
-tests/unit/SQLMap/maps/MySql/Document.xml -text
-tests/unit/SQLMap/maps/MySql/DynamicAccount.xml -text
-tests/unit/SQLMap/maps/MySql/Enumeration.xml -text
-tests/unit/SQLMap/maps/MySql/LineItem.xml -text
-tests/unit/SQLMap/maps/MySql/Order.xml -text
-tests/unit/SQLMap/maps/MySql/Other.xml -text
-tests/unit/SQLMap/maps/MySql/ResultClass.xml -text
-tests/unit/SQLMap/maps/mssql/Account.xml -text
-tests/unit/SQLMap/maps/mssql/Category.xml -text
-tests/unit/SQLMap/maps/mssql/Complex.xml -text
-tests/unit/SQLMap/maps/mssql/Document.xml -text
-tests/unit/SQLMap/maps/mssql/DynamicAccount.xml -text
-tests/unit/SQLMap/maps/mssql/Enumeration.xml -text
-tests/unit/SQLMap/maps/mssql/LineItem.xml -text
-tests/unit/SQLMap/maps/mssql/Order.xml -text
-tests/unit/SQLMap/maps/mssql/Other.xml -text
-tests/unit/SQLMap/maps/mssql/ResultClass.xml -text
-tests/unit/SQLMap/maps/sqlite/Account.xml -text
-tests/unit/SQLMap/maps/sqlite/Category.xml -text
-tests/unit/SQLMap/maps/sqlite/Complex.xml -text
-tests/unit/SQLMap/maps/sqlite/Document.xml -text
-tests/unit/SQLMap/maps/sqlite/DynamicAccount.xml -text
-tests/unit/SQLMap/maps/sqlite/Enumeration.xml -text
-tests/unit/SQLMap/maps/sqlite/LineItem.xml -text
-tests/unit/SQLMap/maps/sqlite/Order.xml -text
-tests/unit/SQLMap/maps/sqlite/Other.xml -text
-tests/unit/SQLMap/maps/sqlite/ResultClass.xml -text
-tests/unit/SQLMap/mssql.xml -text
-tests/unit/SQLMap/mysql.xml -text
-tests/unit/SQLMap/properties.config -text
-tests/unit/SQLMap/resources/data.db -text
-tests/unit/SQLMap/resources/person.xml -text
-tests/unit/SQLMap/resources/sqlmap.xml -text
-tests/unit/SQLMap/resources/test.db -text
-tests/unit/SQLMap/resources/tests.db -text
-tests/unit/SQLMap/scripts/mssql/DBCreation.sql -text
-tests/unit/SQLMap/scripts/mssql/DataBase.sql -text
-tests/unit/SQLMap/scripts/mssql/README-embed-param.txt -text
-tests/unit/SQLMap/scripts/mssql/account-init.sql -text
-tests/unit/SQLMap/scripts/mssql/account-procedure.sql -text
-tests/unit/SQLMap/scripts/mssql/category-init.sql -text
-tests/unit/SQLMap/scripts/mssql/category-procedure.sql -text
-tests/unit/SQLMap/scripts/mssql/documents-init.sql -text
-tests/unit/SQLMap/scripts/mssql/embed-param-setup-init.sql -text
-tests/unit/SQLMap/scripts/mssql/embed-param-test-init.sql -text
-tests/unit/SQLMap/scripts/mssql/enumeration-init.sql -text
-tests/unit/SQLMap/scripts/mssql/line-item-init.sql -text
-tests/unit/SQLMap/scripts/mssql/more-account-records.sql -text
-tests/unit/SQLMap/scripts/mssql/order-init.sql -text
-tests/unit/SQLMap/scripts/mssql/other-init.sql -text
-tests/unit/SQLMap/scripts/mssql/ps_SelectAccount.sql -text
-tests/unit/SQLMap/scripts/mssql/swap-procedure.sql -text
-tests/unit/SQLMap/scripts/mssql/user-init.sql -text
-tests/unit/SQLMap/scripts/mysql/DataBase.sql -text
-tests/unit/SQLMap/scripts/mysql/account-init.sql -text
-tests/unit/SQLMap/scripts/mysql/account-procedure.sql -text
-tests/unit/SQLMap/scripts/mysql/category-init.sql -text
-tests/unit/SQLMap/scripts/mysql/category-procedure.sql -text
-tests/unit/SQLMap/scripts/mysql/documents-init.sql -text
-tests/unit/SQLMap/scripts/mysql/enumeration-init.sql -text
-tests/unit/SQLMap/scripts/mysql/line-item-init.sql -text
-tests/unit/SQLMap/scripts/mysql/more-account-records.sql -text
-tests/unit/SQLMap/scripts/mysql/order-init.sql -text
-tests/unit/SQLMap/scripts/mysql/other-init.sql -text
-tests/unit/SQLMap/scripts/mysql/swap-procedure.sql -text
-tests/unit/SQLMap/scripts/mysql/user-init.sql -text
-tests/unit/SQLMap/scripts/sqlite/database.sql -text
-tests/unit/SQLMap/sqlite.xml -text
-tests/unit/SQLMap/sqlite/backup.db -text
-tests/unit/SQLMap/sqlite/tests.db -text
tests/unit/Security/AllTests.php -text
tests/unit/Security/TAuthManagerTest.php -text
tests/unit/Security/TAuthorizationRuleTest.php -text
@@ -3976,10 +3865,6 @@ tests/unit/Security/TSecurityManagerTest.php -text
tests/unit/Security/TUserManagerTest.php -text
tests/unit/Security/TUserTest.php -text
tests/unit/TComponentTest.php -text
-tests/unit/Testing/Data/Analysis/AllTests.php eol=lf
-tests/unit/Testing/Data/Analysis/TDbStatementAnalysisParameterTest.php eol=lf
-tests/unit/Testing/Data/Analysis/TDbStatementAnalysisTest.php eol=lf
-tests/unit/Testing/Data/Analysis/TSimpleDbStatementAnalysisTest.php eol=lf
tests/unit/Util/AllTests.php -text
tests/unit/Util/TDateTimeStampTest.php -text
tests/unit/Util/TLoggerTest.php -text