summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorgodzilla80@gmx.net <>2010-02-13 19:04:45 +0000
committergodzilla80@gmx.net <>2010-02-13 19:04:45 +0000
commit966fd66f217911d079c4bd6a87b09f4a0c5c4736 (patch)
tree26d4cda965ed5a6ddf2aeb805fcef42877584fd3 /.gitattributes
parent879cced5e01d43378065c938483b55a35ff10834 (diff)
NEW: Add Beta of master/slave senario solution
- add package System.Testing.Data.Analysis - add package System.Testing.Data.Distributed - add sub package System.Testing.Data.Distributed.MasterSlave - add unittest for System.Testing.Data.Analysis
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 5abd3607..868a31ba 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -2636,6 +2636,13 @@ framework/Testing/Data/ActiveRecord/TActiveFinder.php -text
framework/Testing/Data/ActiveRecord/TActiveRecord.php -text
framework/Testing/Data/ActiveRecord/TActiveRecordBehavior.php -text
framework/Testing/Data/ActiveRecord/TActiveRecordCriteria.php -text
+framework/Testing/Data/Analysis/TDbStatementAnalysis.php eol=lf
+framework/Testing/Data/Analysis/TSimpleDbStatementAnalysis.php eol=lf
+framework/Testing/Data/Distributed/MasterSlave/TMasterSlaveDataSourceConfig.php eol=lf
+framework/Testing/Data/Distributed/MasterSlave/TMasterSlaveDbConnection.php eol=lf
+framework/Testing/Data/Distributed/MasterSlave/TMasterSlaveDbTransaction.php eol=lf
+framework/Testing/Data/Distributed/TDistributedDataSourceConfig.php eol=lf
+framework/Testing/Data/Distributed/TDistributedDbConnection.php eol=lf
framework/Testing/Data/Schema/TDbColumnSchema.php -text
framework/Testing/Data/Schema/TDbCommandBuilder.php -text
framework/Testing/Data/Schema/TDbCriteria.php -text
@@ -3752,6 +3759,10 @@ 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