summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2009-03-22 08:02:35 +0000
committergodzilla80@gmx.net <>2009-03-22 08:02:35 +0000
commit466c414ebc9dde38e80f20fd96fd891431404fca (patch)
tree9934bdefe395804dc334b4d12637db345f97c8b5 /.gitattributes
parent1624bf7d560af5789416af904e45975618adef8c (diff)
Fixed Issue #88 - SQLMap $Param$ re-evaluation bug
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 9a8c88c2..223a642b 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -3456,6 +3456,11 @@ tests/unit/Collections/TQueueTest.php -text
tests/unit/Collections/TStackTest.php -text
tests/unit/Data/DataGateway/AllTests.php -text
tests/unit/Data/DataGateway/TSqlCriteriaTest.php -text
+tests/unit/Data/SqlMap/AllTests.php -text
+tests/unit/Data/SqlMap/DynamicParameterTest.php -text
+tests/unit/Data/SqlMap/DynamicParameterTestMap.xml -text
+tests/unit/Data/SqlMap/fixtures/mysql5_reset.sql -text
+tests/unit/Data/SqlMap/fixtures/mysql5_setup.sql -text
tests/unit/Data/TDbCommandTest.php -text
tests/unit/Data/TDbConnectionTest.php -text
tests/unit/Data/TDbDataReaderTest.php -text