From 2423401445bfd3c8d536fba7e61cf84a6c4631d7 Mon Sep 17 00:00:00 2001 From: gusev_p Date: Tue, 28 Jun 2016 21:42:50 +0500 Subject: [PATCH] =?UTF-8?q?ilmerge=20+=20=D0=B2=D0=B0=D0=BB=D1=8E=D1=82?= =?UTF-8?q?=D1=8B=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D1=8F=D1=8E=D1=82?= =?UTF-8?q?=D1=81=D1=8F=20=D1=81=D0=B0=D0=BC=D0=B8=20=D0=BF=D0=BE=20=D1=81?= =?UTF-8?q?=D0=B5=D0=B1=D0=B5,=20=D1=82=D0=B5=D1=81=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8C=20=D0=BC?= =?UTF-8?q?=D0=BE=D0=B6=D0=B5=D1=82=20=D1=81=D1=82=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B7=D0=B6=D0=B5=20=D0=BD=D0=B0=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=8F=D1=89=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + Simple1C/Simple1C.csproj | 11 +++++++++-- Simple1C/packages.config | 1 + Tests/COMDataContextTest.cs | 4 ++-- Tests/Tests.csproj | 9 ++------- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index 1e4925d..0678382 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ *.mdb *.userprefs bin/ +bin.tests/ obj/ packages/ *.designer.cs diff --git a/Simple1C/Simple1C.csproj b/Simple1C/Simple1C.csproj index 5b7b89c..2d12d88 100644 --- a/Simple1C/Simple1C.csproj +++ b/Simple1C/Simple1C.csproj @@ -36,6 +36,7 @@ + @@ -104,8 +105,14 @@ + + + + + + - --> + \ No newline at end of file diff --git a/Simple1C/packages.config b/Simple1C/packages.config index aaa2743..bee0ec9 100644 --- a/Simple1C/packages.config +++ b/Simple1C/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file diff --git a/Tests/COMDataContextTest.cs b/Tests/COMDataContextTest.cs index f6bb73a..5ee2b49 100644 --- a/Tests/COMDataContextTest.cs +++ b/Tests/COMDataContextTest.cs @@ -454,7 +454,7 @@ public void CanAddRecursive() [Test] public void CanWritePreviouslyReadInformationRegister() { - var период = DateTime.Today; + var период = new DateTime(2025, 7, 17); var курс = new КурсыВалют { Валюта = dataContext.Single<Валюты>(x => x.Код == "643"), @@ -478,7 +478,7 @@ public void CanWritePreviouslyReadInformationRegister() [Test] public void CanReadWriteInformationRegister() { - var период = DateTime.Today; + var период = new DateTime(2025, 7, 18); var курс = new КурсыВалют { Валюта = dataContext.Single<Валюты>(x => x.Код == "643"), diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 8543f02..d1bfa29 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -16,7 +16,7 @@ true full false - ..\bin\ + ..\bin.tests\ DEBUG;TRACE prompt 4 @@ -24,7 +24,7 @@ pdbonly true - ..\bin\ + ..\bin.tests\ TRACE prompt 4 @@ -37,14 +37,9 @@ ..\packages\NUnit.3.2.1\lib\net45\nunit.framework.dll - - False - ..\packages\Remotion.Linq.2.0.2\lib\net45\Remotion.Linq.dll - -