Revize e0b070f4
Přidáno uživatelem Tomáš Orlovský před téměř 4 roky(ů)
Leuze.sln | ||
---|---|---|
37 | 37 |
EndProject |
38 | 38 |
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leuze.Tests.Core", "tests\Core\Leuze.Tests.Core\Leuze.Tests.Core.csproj", "{D271989D-921D-486B-929C-6BBF1EC0EED4}" |
39 | 39 |
EndProject |
40 |
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leuze.Tests.Core.Infrastructure.ActiveDirectory", "tests\Core\Leuze.Tests.Core.Infrastructure.ActiveDirectory\Leuze.Tests.Core.Infrastructure.ActiveDirectory.csproj", "{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}" |
|
41 |
EndProject |
|
42 | 40 |
Global |
43 | 41 |
GlobalSection(SolutionConfigurationPlatforms) = preSolution |
44 | 42 |
Debug|Any CPU = Debug|Any CPU |
... | ... | |
81 | 79 |
{D271989D-921D-486B-929C-6BBF1EC0EED4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
82 | 80 |
{D271989D-921D-486B-929C-6BBF1EC0EED4}.Release|Any CPU.ActiveCfg = Release|Any CPU |
83 | 81 |
{D271989D-921D-486B-929C-6BBF1EC0EED4}.Release|Any CPU.Build.0 = Release|Any CPU |
84 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
|
85 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Debug|Any CPU.Build.0 = Debug|Any CPU |
|
86 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Release|Any CPU.ActiveCfg = Release|Any CPU |
|
87 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66}.Release|Any CPU.Build.0 = Release|Any CPU |
|
88 | 82 |
EndGlobalSection |
89 | 83 |
GlobalSection(SolutionProperties) = preSolution |
90 | 84 |
HideSolutionNode = FALSE |
... | ... | |
103 | 97 |
{B74BED5E-F175-4A6E-B4AC-8625E0E4E287} = {C5588326-929D-42B3-912B-9D838373B48E} |
104 | 98 |
{8ECAEA01-61F3-402D-B94E-E54FC0C94C8E} = {B74BED5E-F175-4A6E-B4AC-8625E0E4E287} |
105 | 99 |
{D271989D-921D-486B-929C-6BBF1EC0EED4} = {B74BED5E-F175-4A6E-B4AC-8625E0E4E287} |
106 |
{C1813611-5FF2-4E70-B7E5-A4E8553F0B66} = {B74BED5E-F175-4A6E-B4AC-8625E0E4E287} |
|
107 | 100 |
EndGlobalSection |
108 | 101 |
GlobalSection(ExtensibilityGlobals) = postSolution |
109 | 102 |
SolutionGuid = {849C3668-1CB9-4F98-ADFA-A71F5629384C} |
Také k dispozici: Unified diff
Implemented most of login tests, one of two account tests and prepared tests for role testing. Deleted unused project. #8722 @testFull