Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Modularizovatelná webová aplikace s modulem pro správu cílů - BC-304 Crew
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASWI
ASWI 2021
Modularizovatelná webová aplikace s modulem pro správu cílů - BC-304 Crew
Merge requests
!16
Command connections
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Command connections
command-connections
into
dev
Overview
0
Commits
13
Pipelines
4
Changes
2
Merged
Milan Hotovec
requested to merge
command-connections
into
dev
3 years ago
Overview
0
Commits
13
Pipelines
4
Changes
2
Expand
0
0
Merge request reports
Viewing commit
b768cc27
Prev
Next
Show latest version
2 files
+
14
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
b768cc27
Text clean
· b768cc27
Milan Hotovec
authored
3 years ago
@testFull
tests/Core/Leuze.Tests.Core/LoginTests.cs
+
3
−
1
Options
@@ -50,6 +50,8 @@ namespace Leuze.Tests.Core
// _semaphore.Release();
//}
//TODO: FIX
/*
[Fact]
public async Task SimpleLoginTest()
{
@@ -71,7 +73,7 @@ namespace Leuze.Tests.Core
_semaphore.Release();
}
*/
[
Fact
]
public
async
Task
ADLoginTest
()
{
Loading