summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorwei <>2006-04-14 11:23:56 +0000
committerwei <>2006-04-14 11:23:56 +0000
commitf6a5e7589396854e10e023c25237b47e512ff047 (patch)
tree2b313bb8b66869235ee06b9cae2af2f7645cf5c9 /.gitattributes
parent3d3f8d3832921f99daf8ce1953304763c2e76c62 (diff)
Adding SQLMap unit tests. Allow sqlmap to use Prado's caching module to cache records.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes114
1 files changed, 111 insertions, 3 deletions
diff --git a/.gitattributes b/.gitattributes
index a3a229d8..86767d26 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -321,9 +321,6 @@ demos/sqlmap-sample/protected/person-sqlmap.xml -text
demos/sqlmap-sample/protected/petshop-db/petshop.db -text
demos/sqlmap-sample/protected/petshop-db/products.xml -text
demos/sqlmap-sample/protected/petshop-sqlmap.xml -text
-demos/sqlmap-sample/protected/runtime/application.xml/config.cache -text
-demos/sqlmap-sample/protected/runtime/application.xml/global.cache -text
-demos/sqlmap-sample/protected/runtime/application.xml/sqlite.cache -text
demos/sqlmap-sample/tests/PersonTest.php -text
demos/sqlmap-sample/tests/readme.txt -text
demos/sqlmap-sample/tests/run_tests.php -text
@@ -1301,6 +1298,117 @@ tests/unit/I18N/core/DateFormatTest.php -text
tests/unit/I18N/core/DateTimeFormatInfoTest.php -text
tests/unit/I18N/core/NumberFormatInfoTest.php -text
tests/unit/I18N/core/NumberFormatTest.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/TComponentTest.php -text
tests/unit/Web/UI/WebControls/TDropDownListTest.php -text
tests/unit/Web/UI/WebControls/TLabelTest.php -text