From 966fd66f217911d079c4bd6a87b09f4a0c5c4736 Mon Sep 17 00:00:00 2001 From: "godzilla80@gmx.net" <> Date: Sat, 13 Feb 2010 19:04:45 +0000 Subject: 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 --- .gitattributes | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3