From 8334b75e5ac4387b85713b9beacee61ad3b97926 Mon Sep 17 00:00:00 2001 From: tosotova Date: Wed, 24 Jan 2024 14:47:43 +0500 Subject: [PATCH 1/2] Fixed using spaces --- .../AdvLimit/AdvansedLimit.cs | 1 + .../AdvLimit/ParameterDef.cs | 1 + .../ExternalLangDef/DetailVariableDef.cs | 1 + .../ExternalLangDef/ExistFunctionDef.cs | 1 + .../Validation/DataObjectValidator.cs | 1 + .../InvalidParameterCountValidationException.cs | 1 + .../Exceptions/InvalidParameterTypeValidationException.cs | 1 + .../UsedNotLoadedPropertyValidationException.cs | 1 + .../IExpressionTreeVisitor.cs | 1 + .../LcsGeneratorQueryModelVisitor.cs | 1 + .../PseudoDetailExtension.cs | 1 + .../TreeVisitorStacksHolder.cs | 1 + .../OracleDataService.cs | 1 + .../PostgresDataService.cs | 1 + .../Audit/HelpStructures/ConfigHelper.cs | 1 + .../CompositionRoot/IExportService.cs | 1 + .../CompositionRoot/IExportService/ExportParams.cs | 1 + .../CompositionRoot/IExportService/IExportParams.cs | 1 + .../CompositionRoot/IExportStringedObjectViewService.cs | 1 + .../CompositionRoot/IODataExportService.cs | 3 ++- ICSSoft.STORMNET.Business/IAsyncDataService.cs | 1 + ICSSoft.STORMNET.Business/IDataService.cs | 1 + .../Interfaces/INotifyUpdateObjects.cs | 1 + .../Notifiers/NotifierUpdateObjects.cs | 1 + ICSSoft.STORMNET.Business/UpdaterObject.cs | 1 + ICSSoft.STORMNET.Business/Utils/Utils.cs | 1 + .../XMLDataService/XMLDataService.cs | 2 ++ ICSSoft.STORMNET.DataObject/EnumCaption.cs | 1 + ICSSoft.STORMNET.DataObject/Information.cs | 1 + ICSSoft.STORMNET.DataObject/KeyGen/SystemGuidGenerator.cs | 3 ++- .../FunctionLanguageDef/TypedObject.cs | 5 +---- .../BaseIntegratedTest.cs | 1 + .../ExternalLDef/RestrictionsOnTheDateAndDetailleTests.cs | 1 + .../LinqODataServiceTest.cs | 1 + .../LinqToLcsChainWhereTest.cs | 1 + .../LinqToLcsIntOrStringTest.cs | 1 + .../LinqToLcsTypeTest.cs | 1 + .../LoadCharTest.cs | 1 + .../TestDynamicView.cs | 1 + .../TestLinqOperations.cs | 1 + .../ICSSoft.STORMNET.Business/BusinessServersTest.cs | 1 + .../ICSSoft.STORMNET.Business/LoadObjectTest.cs | 1 + .../ICSSoft.STORMNET.Business/NotifyUpdateTest.cs | 1 + .../ICSSoft.STORMNET.Business/PrimaryKeyStorageTest.cs | 2 ++ .../ICSSoft.STORMNET.Business/SQLDataServiceTest.cs | 8 ++++++-- .../ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/DataObjectTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/InformationTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/KeyGuidTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/ObjectCreatorTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/OrderPropertyTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/TypeUsageProviderTest.cs | 1 + .../ICSSoft.STORMNET.FunctionalLanguage/Function.cs | 1 + .../FunctionalLanguageTest.cs | 1 + .../LoadingCustomizationStructTest.cs | 1 + .../ICSSoft.STORMNET.FunctionalLanguage/ObjectTypeTest.cs | 1 + .../VariableDefTest.cs | 1 + .../ICSSoft.STORMNET.Tools/CaptionToolTests.cs | 1 + .../ICSSoft.STORMNET.Tools/ToolXMLTest.cs | 1 + .../ICSSoft.STORMNET.UserDataTypes/WebFileTest.cs | 1 + .../XUnitTestRunnerInitializer.cs | 1 + .../LinqToLcsBooleanTest.cs | 1 + .../LinqToLcsComplexTest.cs | 1 + .../LinqToLcsDateTimeTest.cs | 1 + .../LinqToLcsDetailsTest.cs | 1 + .../LinqToLcsDynamicViewTest.cs | 1 + .../LinqToLcsEnumTest.cs | 1 + .../LinqToLcsGuidTest.cs | 1 + .../LinqToLcsMasterTest.cs | 1 + .../LinqToLcsNullableTest.cs | 1 + .../LinqToLcsNumericTest.cs | 1 + .../LinqToLcsParametersTest.cs | 1 + .../LinqToLcsStringTest.cs | 1 + .../LinqToLcsWithPseudoDetailsTest.cs | 1 + .../TestLinqProvider.cs | 1 + .../TestLinqProviderLogicForOData.cs | 1 + .../ICSSoft.STORMNET.Business.LINQProvider/Utils.cs | 1 + .../MSSQLDataServiceTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs | 1 + .../ICSSoft.STORMNET.DataObject/EnumCaptionTest.cs | 1 + .../TestSQLWhereLanguageDef.cs | 1 + .../TestDataObjectValidator.cs | 1 + .../XUnitTestRunnerInitializer.cs | 1 + 83 files changed, 92 insertions(+), 8 deletions(-) diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/AdvansedLimit.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/AdvansedLimit.cs index 903ec09ec..732cd6baf 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/AdvansedLimit.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/AdvansedLimit.cs @@ -2,6 +2,7 @@ { using System; using System.Collections; + using FunctionalLanguage; /// diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/ParameterDef.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/ParameterDef.cs index dcfa2976d..25fc5b8c0 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/ParameterDef.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/AdvLimit/ParameterDef.cs @@ -1,4 +1,5 @@ using System; + using ICSSoft.STORMNET.FunctionalLanguage; namespace ICSSoft.STORMNET.Windows.Forms diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/DetailVariableDef.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/DetailVariableDef.cs index 8d40b96ef..21760b09c 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/DetailVariableDef.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/DetailVariableDef.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Windows.Forms { using System; + using ICSSoft.Services; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/ExistFunctionDef.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/ExistFunctionDef.cs index 5731877fd..1432a143d 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/ExistFunctionDef.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/ExternalLangDef/ExistFunctionDef.cs @@ -3,6 +3,7 @@ using System; using System.Collections; using System.Collections.Generic; + using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/DataObjectValidator.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/DataObjectValidator.cs index 4c3357c70..16570198a 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/DataObjectValidator.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/DataObjectValidator.cs @@ -2,6 +2,7 @@ { using System; using System.Collections.Generic; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterCountValidationException.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterCountValidationException.cs index 1bc1a4725..cebea46eb 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterCountValidationException.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterCountValidationException.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.Validation.Exceptions { using ExternalLangDef.Properties; + using System; /// diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterTypeValidationException.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterTypeValidationException.cs index e5cf7be54..b7a9631aa 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterTypeValidationException.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/InvalidParameterTypeValidationException.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.Validation.Exceptions { using ExternalLangDef.Properties; + using System; /// diff --git a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/UsedNotLoadedPropertyValidationException.cs b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/UsedNotLoadedPropertyValidationException.cs index 52c03ac73..1d5cd457e 100644 --- a/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/UsedNotLoadedPropertyValidationException.cs +++ b/ICSSoft.STORMNET.Business.ExternalLangDef/Validation/Exceptions/UsedNotLoadedPropertyValidationException.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.Validation.Exceptions { using ExternalLangDef.Properties; + using System; /// diff --git a/ICSSoft.STORMNET.Business.LINQProvider/IExpressionTreeVisitor.cs b/ICSSoft.STORMNET.Business.LINQProvider/IExpressionTreeVisitor.cs index f28b3b353..44075f7c4 100644 --- a/ICSSoft.STORMNET.Business.LINQProvider/IExpressionTreeVisitor.cs +++ b/ICSSoft.STORMNET.Business.LINQProvider/IExpressionTreeVisitor.cs @@ -2,6 +2,7 @@ { using System.Collections.Generic; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; /// diff --git a/ICSSoft.STORMNET.Business.LINQProvider/LcsGeneratorQueryModelVisitor.cs b/ICSSoft.STORMNET.Business.LINQProvider/LcsGeneratorQueryModelVisitor.cs index 1de69f299..dc86bbeaa 100644 --- a/ICSSoft.STORMNET.Business.LINQProvider/LcsGeneratorQueryModelVisitor.cs +++ b/ICSSoft.STORMNET.Business.LINQProvider/LcsGeneratorQueryModelVisitor.cs @@ -5,6 +5,7 @@ namespace ICSSoft.STORMNET.Business.LINQProvider { using System.Collections.Generic; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; diff --git a/ICSSoft.STORMNET.Business.LINQProvider/PseudoDetailExtension.cs b/ICSSoft.STORMNET.Business.LINQProvider/PseudoDetailExtension.cs index f8dfd4b2d..260f725d9 100644 --- a/ICSSoft.STORMNET.Business.LINQProvider/PseudoDetailExtension.cs +++ b/ICSSoft.STORMNET.Business.LINQProvider/PseudoDetailExtension.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.Exceptions; /// diff --git a/ICSSoft.STORMNET.Business.LINQProvider/TreeVisitorStacksHolder.cs b/ICSSoft.STORMNET.Business.LINQProvider/TreeVisitorStacksHolder.cs index 6220a2d44..093e299b6 100644 --- a/ICSSoft.STORMNET.Business.LINQProvider/TreeVisitorStacksHolder.cs +++ b/ICSSoft.STORMNET.Business.LINQProvider/TreeVisitorStacksHolder.cs @@ -10,6 +10,7 @@ namespace ICSSoft.STORMNET.Business.LINQProvider using System.Collections.Generic; using System.Linq; using System.Text; + using ICSSoft.STORMNET.FunctionalLanguage; /// diff --git a/ICSSoft.STORMNET.Business.OracleDataService/OracleDataService.cs b/ICSSoft.STORMNET.Business.OracleDataService/OracleDataService.cs index a8d8747a8..d190c2965 100644 --- a/ICSSoft.STORMNET.Business.OracleDataService/OracleDataService.cs +++ b/ICSSoft.STORMNET.Business.OracleDataService/OracleDataService.cs @@ -7,6 +7,7 @@ using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; + using ICSSoft.Services; using ICSSoft.STORMNET.Business.Audit; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/ICSSoft.STORMNET.Business.PostgresDataService/PostgresDataService.cs b/ICSSoft.STORMNET.Business.PostgresDataService/PostgresDataService.cs index a5d7178e9..7375adcc0 100644 --- a/ICSSoft.STORMNET.Business.PostgresDataService/PostgresDataService.cs +++ b/ICSSoft.STORMNET.Business.PostgresDataService/PostgresDataService.cs @@ -10,6 +10,7 @@ using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; + using ICSSoft.Services; using ICSSoft.STORMNET.Business.Audit; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/ICSSoft.STORMNET.Business/Audit/HelpStructures/ConfigHelper.cs b/ICSSoft.STORMNET.Business/Audit/HelpStructures/ConfigHelper.cs index d9cd5382e..ea3d5ef29 100644 --- a/ICSSoft.STORMNET.Business/Audit/HelpStructures/ConfigHelper.cs +++ b/ICSSoft.STORMNET.Business/Audit/HelpStructures/ConfigHelper.cs @@ -5,6 +5,7 @@ using System.Configuration; using System.Linq; using System.Reflection; + using Security; /// diff --git a/ICSSoft.STORMNET.Business/CompositionRoot/IExportService.cs b/ICSSoft.STORMNET.Business/CompositionRoot/IExportService.cs index 3d52f7d68..b77ed850e 100644 --- a/ICSSoft.STORMNET.Business/CompositionRoot/IExportService.cs +++ b/ICSSoft.STORMNET.Business/CompositionRoot/IExportService.cs @@ -5,6 +5,7 @@ using System.IO; using System.Linq; using System.Text; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; diff --git a/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/ExportParams.cs b/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/ExportParams.cs index 00ed2c275..e840244cc 100644 --- a/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/ExportParams.cs +++ b/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/ExportParams.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/IExportParams.cs b/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/IExportParams.cs index 588aeddf7..7cb263b22 100644 --- a/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/IExportParams.cs +++ b/ICSSoft.STORMNET.Business/CompositionRoot/IExportService/IExportParams.cs @@ -1,5 +1,6 @@ using System; using System.Collections.Generic; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/ICSSoft.STORMNET.Business/CompositionRoot/IExportStringedObjectViewService.cs b/ICSSoft.STORMNET.Business/CompositionRoot/IExportStringedObjectViewService.cs index 1c6caf82a..a0c2a3a7a 100644 --- a/ICSSoft.STORMNET.Business/CompositionRoot/IExportStringedObjectViewService.cs +++ b/ICSSoft.STORMNET.Business/CompositionRoot/IExportStringedObjectViewService.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry { using System.IO; + using ICSSoft.STORMNET.Business; /// diff --git a/ICSSoft.STORMNET.Business/CompositionRoot/IODataExportService.cs b/ICSSoft.STORMNET.Business/CompositionRoot/IODataExportService.cs index d7ddf0223..9c8bc85e5 100644 --- a/ICSSoft.STORMNET.Business/CompositionRoot/IODataExportService.cs +++ b/ICSSoft.STORMNET.Business/CompositionRoot/IODataExportService.cs @@ -2,12 +2,13 @@ { using System; using System.Collections.Generic; + using System.Collections.Specialized; using System.IO; using System.Linq; using System.Text; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; - using System.Collections.Specialized; /// /// Data export service from ODataService. diff --git a/ICSSoft.STORMNET.Business/IAsyncDataService.cs b/ICSSoft.STORMNET.Business/IAsyncDataService.cs index 9bd01a75c..b5cf102c9 100644 --- a/ICSSoft.STORMNET.Business/IAsyncDataService.cs +++ b/ICSSoft.STORMNET.Business/IAsyncDataService.cs @@ -2,6 +2,7 @@ { using System; using System.Threading.Tasks; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; diff --git a/ICSSoft.STORMNET.Business/IDataService.cs b/ICSSoft.STORMNET.Business/IDataService.cs index 8e2e3bcc5..962a29c82 100644 --- a/ICSSoft.STORMNET.Business/IDataService.cs +++ b/ICSSoft.STORMNET.Business/IDataService.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Business { using System; + using FunctionalLanguage; using FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Business.Audit; diff --git a/ICSSoft.STORMNET.Business/Interfaces/INotifyUpdateObjects.cs b/ICSSoft.STORMNET.Business/Interfaces/INotifyUpdateObjects.cs index 33857e722..30a057235 100644 --- a/ICSSoft.STORMNET.Business/Interfaces/INotifyUpdateObjects.cs +++ b/ICSSoft.STORMNET.Business/Interfaces/INotifyUpdateObjects.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Data; + using ICSSoft.STORMNET.Business; /// diff --git a/ICSSoft.STORMNET.Business/Notifiers/NotifierUpdateObjects.cs b/ICSSoft.STORMNET.Business/Notifiers/NotifierUpdateObjects.cs index 4e803eedd..ef60cc239 100644 --- a/ICSSoft.STORMNET.Business/Notifiers/NotifierUpdateObjects.cs +++ b/ICSSoft.STORMNET.Business/Notifiers/NotifierUpdateObjects.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Data; + using ICSSoft.STORMNET.Business; /// diff --git a/ICSSoft.STORMNET.Business/UpdaterObject.cs b/ICSSoft.STORMNET.Business/UpdaterObject.cs index 96e7dd763..935da1790 100644 --- a/ICSSoft.STORMNET.Business/UpdaterObject.cs +++ b/ICSSoft.STORMNET.Business/UpdaterObject.cs @@ -1,4 +1,5 @@ using System; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/ICSSoft.STORMNET.Business/Utils/Utils.cs b/ICSSoft.STORMNET.Business/Utils/Utils.cs index c092d7e35..d4d0f8a13 100644 --- a/ICSSoft.STORMNET.Business/Utils/Utils.cs +++ b/ICSSoft.STORMNET.Business/Utils/Utils.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Business { using ICSSoft.STORMNET.Security; + using System; using System.Collections; using System.Collections.Generic; diff --git a/ICSSoft.STORMNET.Business/XMLDataService/XMLDataService.cs b/ICSSoft.STORMNET.Business/XMLDataService/XMLDataService.cs index a9bc98060..b5436159a 100644 --- a/ICSSoft.STORMNET.Business/XMLDataService/XMLDataService.cs +++ b/ICSSoft.STORMNET.Business/XMLDataService/XMLDataService.cs @@ -6,6 +6,7 @@ using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Security; + using System; using System.Collections; using System.Collections.Specialized; @@ -13,6 +14,7 @@ using System.IO; using System.Linq; using System.Reflection; + using Unity; using STORMFunction = ICSSoft.STORMNET.FunctionalLanguage.Function; diff --git a/ICSSoft.STORMNET.DataObject/EnumCaption.cs b/ICSSoft.STORMNET.DataObject/EnumCaption.cs index 679ae8521..030e75248 100644 --- a/ICSSoft.STORMNET.DataObject/EnumCaption.cs +++ b/ICSSoft.STORMNET.DataObject/EnumCaption.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Reflection; + using ICSSoft.STORMNET.Exceptions; /// diff --git a/ICSSoft.STORMNET.DataObject/Information.cs b/ICSSoft.STORMNET.DataObject/Information.cs index 3279a3279..cbc32d1a5 100644 --- a/ICSSoft.STORMNET.DataObject/Information.cs +++ b/ICSSoft.STORMNET.DataObject/Information.cs @@ -11,6 +11,7 @@ using System.Reflection; using System.Text; using System.Text.RegularExpressions; + using ICSSoft.Services; using ICSSoft.STORMNET.Collections; using ICSSoft.STORMNET.Exceptions; diff --git a/ICSSoft.STORMNET.DataObject/KeyGen/SystemGuidGenerator.cs b/ICSSoft.STORMNET.DataObject/KeyGen/SystemGuidGenerator.cs index 1ffd09346..698de64f4 100644 --- a/ICSSoft.STORMNET.DataObject/KeyGen/SystemGuidGenerator.cs +++ b/ICSSoft.STORMNET.DataObject/KeyGen/SystemGuidGenerator.cs @@ -1,8 +1,9 @@ namespace NewPlatform.Flexberry.Orm.KeyGen { - using ICSSoft.STORMNET.KeyGen; using System; + using ICSSoft.STORMNET.KeyGen; + /// /// Генератор ключей типа GUID. /// diff --git a/ICSSoft.STORMNET.FunctionalLanguage/FunctionLanguageDef/TypedObject.cs b/ICSSoft.STORMNET.FunctionalLanguage/FunctionLanguageDef/TypedObject.cs index 7ec6d9afb..840cbfb10 100644 --- a/ICSSoft.STORMNET.FunctionalLanguage/FunctionLanguageDef/TypedObject.cs +++ b/ICSSoft.STORMNET.FunctionalLanguage/FunctionLanguageDef/TypedObject.cs @@ -1,7 +1,4 @@ -using System; -using ICSSoft.STORMNET; - -namespace ICSSoft.STORMNET.FunctionalLanguage +namespace ICSSoft.STORMNET.FunctionalLanguage { /// /// Расширение класса за счёт введения -типа (атрибут Type). diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/BaseIntegratedTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/BaseIntegratedTest.cs index a943e7d1f..d0e9d83c0 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/BaseIntegratedTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/BaseIntegratedTest.cs @@ -8,6 +8,7 @@ namespace NewPlatform.Flexberry.ORM.IntegratedTests using System.Data.SqlClient; using System.Linq; using System.Threading; + using ICSSoft.STORMNET.Business; using Npgsql; using Oracle.ManagedDataAccess.Client; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ExternalLDef/RestrictionsOnTheDateAndDetailleTests.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ExternalLDef/RestrictionsOnTheDateAndDetailleTests.cs index 85d798c77..ea1f25f78 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ExternalLDef/RestrictionsOnTheDateAndDetailleTests.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ExternalLDef/RestrictionsOnTheDateAndDetailleTests.cs @@ -4,6 +4,7 @@ using System.Configuration; using System.Collections.Generic; using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqODataServiceTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqODataServiceTest.cs index adc108b45..b144c5919 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqODataServiceTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqODataServiceTest.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsChainWhereTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsChainWhereTest.cs index 2c1b62a4c..cf6dab9bb 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsChainWhereTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsChainWhereTest.cs @@ -2,6 +2,7 @@ { using System; using System.Linq; + using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; using ICSSoft.STORMNET.UserDataTypes; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsIntOrStringTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsIntOrStringTest.cs index 8b7314127..632e5953d 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsIntOrStringTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsIntOrStringTest.cs @@ -2,6 +2,7 @@ { using System; using System.Linq; + using NewPlatform.Flexberry.ORM.IntegratedTests; using NewPlatform.Flexberry.ORM.Tests; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsTypeTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsTypeTest.cs index 0a9d56385..b6715f57b 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsTypeTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsTypeTest.cs @@ -2,6 +2,7 @@ { using System; using System.Linq; + using NewPlatform.Flexberry.ORM.IntegratedTests; using NewPlatform.Flexberry.ORM.Tests; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LoadCharTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LoadCharTest.cs index e679fd725..8a84fdacf 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LoadCharTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/LoadCharTest.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.IntegratedTests.FunctionalLanguage { using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestDynamicView.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestDynamicView.cs index f0d76faa9..d4e5f23e5 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestDynamicView.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestDynamicView.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Linq; + using NewPlatform.Flexberry.ORM.IntegratedTests; using NewPlatform.Flexberry.ORM.Tests; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqOperations.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqOperations.cs index 7eedce63a..1680e95fe 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqOperations.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqOperations.cs @@ -5,6 +5,7 @@ using System.Collections.Generic; using System.Linq; using System.Threading; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.UserDataTypes; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/BusinessServersTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/BusinessServersTest.cs index c298c98d3..cab872f7f 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/BusinessServersTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/BusinessServersTest.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.IntegratedTests { using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/LoadObjectTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/LoadObjectTest.cs index dc80e6f8a..bc01905c6 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/LoadObjectTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/LoadObjectTest.cs @@ -5,6 +5,7 @@ using System.Configuration; using System.Diagnostics; using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/NotifyUpdateTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/NotifyUpdateTest.cs index dc26f9298..6fb283ff9 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/NotifyUpdateTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/NotifyUpdateTest.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/PrimaryKeyStorageTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/PrimaryKeyStorageTest.cs index 7d5a821f8..8f98170d5 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/PrimaryKeyStorageTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/PrimaryKeyStorageTest.cs @@ -4,7 +4,9 @@ using Xunit; using NewPlatform.Flexberry.ORM.Tests; using ICSSoft.STORMNET.Business; + using System.Configuration; + using NewPlatform.Flexberry.ORM.IntegratedTests; /// diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs index e804815ed..fb763bb94 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs @@ -5,6 +5,7 @@ using System.Configuration; using System.Data.SqlTypes; using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; @@ -642,14 +643,17 @@ public void AggregatorWithLinkToDetailTest1() detail.Master = master; ds.UpdateObject(aggregator); - var aggregatorActual = ds.Query(AggregatorUpdateObjectTest.Views.AggregatorUpdateObjectTestE) + /*var aggregatorActual = ds.Query(AggregatorUpdateObjectTest.Views.AggregatorUpdateObjectTestE) .First(x => x.__PrimaryKey == aggregator.__PrimaryKey); Assert.NotNull(aggregatorActual); Assert.Equal(aggregator.__PrimaryKey, aggregatorActual.__PrimaryKey); Assert.Equal(aggregator.AggregatorName, aggregatorActual.AggregatorName); Assert.Equal(aggregator.Details.Count, aggregatorActual.Details.Count); - Assert.Equal(aggregator.Masters.Count, aggregatorActual.Masters.Count); + Assert.Equal(aggregator.Masters.Count, aggregatorActual.Masters.Count);*/ + + AggregatorUpdateObjectTest aggregatorActual = new AggregatorUpdateObjectTest(); + aggregatorActual.SetExistObjectPrimaryKey(aggregator.__PrimaryKey); aggregatorActual.SetStatus(ObjectStatus.Deleted); ds.UpdateObject(aggregatorActual); diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs index d53db6519..6dddc85cc 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs @@ -4,6 +4,7 @@ using ICSSoft.STORMNET.Business; using Xunit; using NewPlatform.Flexberry.ORM.Tests; + using System.Configuration; /// diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectTest.cs index b401117d2..49e5a62bb 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/DataObjectTest.cs @@ -2,6 +2,7 @@ { using System; using System.Diagnostics; + using ICSSoft.STORMNET.Exceptions; using Xunit; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/InformationTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/InformationTest.cs index 2973ca947..06d2325c5 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/InformationTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/InformationTest.cs @@ -8,6 +8,7 @@ using System.Linq.Expressions; using System.Reflection; using System.Threading; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Exceptions; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/KeyGuidTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/KeyGuidTest.cs index efabdfec9..09eee7c9a 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/KeyGuidTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/KeyGuidTest.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Tests.TestClasses.DataObject { using System; + using ICSSoft.STORMNET.KeyGen; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/ObjectCreatorTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/ObjectCreatorTest.cs index 8ac956f8f..1c60a9d01 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/ObjectCreatorTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/ObjectCreatorTest.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Tests.TestClasses.DataObject { using System.Diagnostics; + using Xunit; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/OrderPropertyTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/OrderPropertyTest.cs index ece5b2809..0d348669a 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/OrderPropertyTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/OrderPropertyTest.cs @@ -9,6 +9,7 @@ using Xunit; using NewPlatform.Flexberry.ORM.Tests; + using System.Configuration; /// diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/TypeUsageProviderTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/TypeUsageProviderTest.cs index 24eabafba..8a8d59648 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/TypeUsageProviderTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.DataObject/TypeUsageProviderTest.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Tests.TestClasses.DataObject { using System; + using Xunit; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/Function.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/Function.cs index f5e19ef7c..e3721e358 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/Function.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/Function.cs @@ -2,6 +2,7 @@ { using System; using System.Collections.Generic; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Windows.Forms; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/FunctionalLanguageTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/FunctionalLanguageTest.cs index c51832aa9..28c6bb810 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/FunctionalLanguageTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/FunctionalLanguageTest.cs @@ -2,6 +2,7 @@ { using System; using System.Collections.Generic; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Windows.Forms; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/LoadingCustomizationStructTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/LoadingCustomizationStructTest.cs index 11ee0a7c5..45a547ac3 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/LoadingCustomizationStructTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/LoadingCustomizationStructTest.cs @@ -2,6 +2,7 @@ { #if !NETCOREAPP using System; + using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Tools; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/ObjectTypeTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/ObjectTypeTest.cs index ceea60b1c..aa55742a8 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/ObjectTypeTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/ObjectTypeTest.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Tests.TestClasses.FunctionalLanguage { using System; + using ICSSoft.STORMNET.FunctionalLanguage; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/VariableDefTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/VariableDefTest.cs index 4c83906a7..3adc41bd2 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/VariableDefTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.FunctionalLanguage/VariableDefTest.cs @@ -2,6 +2,7 @@ { using System; using System.Linq; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/CaptionToolTests.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/CaptionToolTests.cs index 3ab7e4eca..11dde24f7 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/CaptionToolTests.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/CaptionToolTests.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Tests.TestClasses.Tools { using System; + using ICSSoft.STORMNET.Tools; using Xunit; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/ToolXMLTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/ToolXMLTest.cs index 873d11ddd..c0dc464f8 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/ToolXMLTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Tools/ToolXMLTest.cs @@ -3,6 +3,7 @@ using System; using System.Reflection; using System.Xml; + using ICSSoft.STORMNET.KeyGen; using ICSSoft.STORMNET.Tools; using IIS.TestClassesForPostgres; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.UserDataTypes/WebFileTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.UserDataTypes/WebFileTest.cs index 0290cb099..f17338f2b 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.UserDataTypes/WebFileTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.UserDataTypes/WebFileTest.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Tests.TestClasses.UserDataTypes { using System.IO; + using ICSSoft.STORMNET.UserDataTypes; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/XUnitTestRunnerInitializer.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/XUnitTestRunnerInitializer.cs index 48585cef0..8206e1460 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/XUnitTestRunnerInitializer.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/XUnitTestRunnerInitializer.cs @@ -7,6 +7,7 @@ namespace NewPlatform.Flexberry.ORM.IntegratedTests using System.IO; using System.Reflection; using System.Text; + #endif using Xunit.Abstractions; using Xunit.Sdk; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsBooleanTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsBooleanTest.cs index c1c2477fb..7a6ce18bc 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsBooleanTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsBooleanTest.cs @@ -2,6 +2,7 @@ { using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsComplexTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsComplexTest.cs index 1d4ce2b33..53122208b 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsComplexTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsComplexTest.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Windows.Forms; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDateTimeTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDateTimeTest.cs index dc8d74c47..2cbe2d320 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDateTimeTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDateTimeTest.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.Business.LINQProvider.Exceptions; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDetailsTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDetailsTest.cs index ae7c2d77b..f30b62e07 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDetailsTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDetailsTest.cs @@ -2,6 +2,7 @@ { using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Windows.Forms; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDynamicViewTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDynamicViewTest.cs index 1ce4674d8..1be19fa2a 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDynamicViewTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsDynamicViewTest.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsEnumTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsEnumTest.cs index e3057c059..c1ea48886 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsEnumTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsEnumTest.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsGuidTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsGuidTest.cs index 3f1e96ba2..ae2b3584d 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsGuidTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsGuidTest.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsMasterTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsMasterTest.cs index f901ba94b..2c3f8b55b 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsMasterTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsMasterTest.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNullableTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNullableTest.cs index fb5f40862..97756b553 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNullableTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNullableTest.cs @@ -2,6 +2,7 @@ { using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNumericTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNumericTest.cs index 90ec275dd..7c5afa482 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNumericTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsNumericTest.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsParametersTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsParametersTest.cs index dc5b12dcf..ea292fef9 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsParametersTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsParametersTest.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Business.LINQProvider.Tests { using System.Linq; + using ICSSoft.STORMNET.Windows.Forms; using NewPlatform.Flexberry.ORM.Tests; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsStringTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsStringTest.cs index 6ccb2f3ec..a4af34860 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsStringTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsStringTest.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.Business.LINQProvider.Exceptions; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.Windows.Forms; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsWithPseudoDetailsTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsWithPseudoDetailsTest.cs index 0f0d63ad3..1525ec993 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsWithPseudoDetailsTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/LinqToLcsWithPseudoDetailsTest.cs @@ -3,6 +3,7 @@ using System; using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET.Exceptions; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProvider.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProvider.cs index 4d59f3301..099633095 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProvider.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProvider.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Linq.Expressions; using System.Reflection; + using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; using ICSSoft.STORMNET.FunctionalLanguage; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProviderLogicForOData.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProviderLogicForOData.cs index 85cecf485..98ab37066 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProviderLogicForOData.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/TestLinqProviderLogicForOData.cs @@ -2,6 +2,7 @@ { using System.Linq; using System.Linq.Expressions; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Business.LINQProvider; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/Utils.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/Utils.cs index fbe4d0e9b..80f57e2bb 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/Utils.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.LINQProvider/Utils.cs @@ -1,6 +1,7 @@ namespace ICSSoft.STORMNET.Business.LINQProvider.Tests { using System; + using NewPlatform.Flexberry.ORM.Tests; /// diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.MSSQLDataService/MSSQLDataServiceTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.MSSQLDataService/MSSQLDataServiceTest.cs index 0515145b2..f3704bf84 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.MSSQLDataService/MSSQLDataServiceTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.Business.MSSQLDataService/MSSQLDataServiceTest.cs @@ -3,6 +3,7 @@ using System; using System.Data; using System.Globalization; + using ICSSoft.STORMNET.Business; using ICSSoft.STORMNET.Security; using ICSSoft.STORMNET.UserDataTypes; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs index 9ca7bf002..cbd2c1d10 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/DataObjectCacheTest.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.Tests { using System; + using ICSSoft.STORMNET; using Xunit; using Xunit.Abstractions; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/EnumCaptionTest.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/EnumCaptionTest.cs index 19b9370b4..bdf9641d2 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/EnumCaptionTest.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.DataObject/EnumCaptionTest.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.Tests { using System; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.Exceptions; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.FunctionalLanguage/TestSQLWhereLanguageDef.cs b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.FunctionalLanguage/TestSQLWhereLanguageDef.cs index 5ffafe91a..8b7f9c916 100644 --- a/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.FunctionalLanguage/TestSQLWhereLanguageDef.cs +++ b/NewPlatform.Flexberry.ORM.Tests/ICSSoft.STORMNET.FunctionalLanguage/TestSQLWhereLanguageDef.cs @@ -1,6 +1,7 @@ namespace NewPlatform.Flexberry.ORM.Tests { using System; + using ICSSoft.STORMNET.FunctionalLanguage.SQLWhere; using ICSSoft.STORMNET.Windows.Forms; using Xunit; diff --git a/NewPlatform.Flexberry.ORM.Tests/NewPlatform.Flexberry.ORM.Validation/TestDataObjectValidator.cs b/NewPlatform.Flexberry.ORM.Tests/NewPlatform.Flexberry.ORM.Validation/TestDataObjectValidator.cs index 50037ef97..3a02348f9 100644 --- a/NewPlatform.Flexberry.ORM.Tests/NewPlatform.Flexberry.ORM.Validation/TestDataObjectValidator.cs +++ b/NewPlatform.Flexberry.ORM.Tests/NewPlatform.Flexberry.ORM.Validation/TestDataObjectValidator.cs @@ -2,6 +2,7 @@ { using System; using System.Linq; + using ICSSoft.STORMNET; using ICSSoft.STORMNET.FunctionalLanguage; using ICSSoft.STORMNET.KeyGen; diff --git a/NewPlatform.Flexberry.ORM.Tests/XUnitTestRunnerInitializer.cs b/NewPlatform.Flexberry.ORM.Tests/XUnitTestRunnerInitializer.cs index c5f8fbfa7..060a951e0 100644 --- a/NewPlatform.Flexberry.ORM.Tests/XUnitTestRunnerInitializer.cs +++ b/NewPlatform.Flexberry.ORM.Tests/XUnitTestRunnerInitializer.cs @@ -7,6 +7,7 @@ namespace NewPlatform.Flexberry.ORM.Tests using System.IO; using System.Reflection; using System.Text; + #endif using Xunit.Abstractions; using Xunit.Sdk; From a9227dae141a1f71e73ad89cf639b92726adb8cb Mon Sep 17 00:00:00 2001 From: tosotova Date: Wed, 24 Jan 2024 14:56:54 +0500 Subject: [PATCH 2/2] Removed extra commited file --- .../ICSSoft.STORMNET.Business/SQLDataServiceTest.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs index fb763bb94..efa45c387 100644 --- a/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs +++ b/NewPlatform.Flexberry.ORM.IntegratedTests/ICSSoft.STORMNET.Business/SQLDataServiceTest.cs @@ -643,17 +643,14 @@ public void AggregatorWithLinkToDetailTest1() detail.Master = master; ds.UpdateObject(aggregator); - /*var aggregatorActual = ds.Query(AggregatorUpdateObjectTest.Views.AggregatorUpdateObjectTestE) + var aggregatorActual = ds.Query(AggregatorUpdateObjectTest.Views.AggregatorUpdateObjectTestE) .First(x => x.__PrimaryKey == aggregator.__PrimaryKey); Assert.NotNull(aggregatorActual); Assert.Equal(aggregator.__PrimaryKey, aggregatorActual.__PrimaryKey); Assert.Equal(aggregator.AggregatorName, aggregatorActual.AggregatorName); Assert.Equal(aggregator.Details.Count, aggregatorActual.Details.Count); - Assert.Equal(aggregator.Masters.Count, aggregatorActual.Masters.Count);*/ - - AggregatorUpdateObjectTest aggregatorActual = new AggregatorUpdateObjectTest(); - aggregatorActual.SetExistObjectPrimaryKey(aggregator.__PrimaryKey); + Assert.Equal(aggregator.Masters.Count, aggregatorActual.Masters.Count); aggregatorActual.SetStatus(ObjectStatus.Deleted); ds.UpdateObject(aggregatorActual); @@ -1272,4 +1269,4 @@ public void UpdateObjectByStaticPropertyTest() } } } -} +} \ No newline at end of file