Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Products
/
VSTT-Plugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
ab0a8bfb
...
ab0a8bfbd45d352366ca00104a640f4a51e4df2d
authored
2018-04-17 15:54:03 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fixat en bugg då nya QueuePop inte kördes alls.
1 parent
d40d05dc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
LIL_VSTT_Plugins/LoadTestPlugins.cs
LIL_VSTT_Plugins/LoadTestPlugins.cs
View file @
ab0a8bf
...
...
@@ -431,7 +431,7 @@ namespace LIL_VSTT_Plugins
// Vi bör läsa in alla värden här
this
.
initUserArray
(
myConnectionString
,
loadTest
.
Context
.
AgentCount
,
loadTest
.
Context
.
AgentId
);
if
(
myParams
.
Count
>
0
)
if
(
myParams
.
Count
>
0
||
myUnUsedQueue
.
Count
>
0
)
{
if
(
myUseUniqueTestIteration
)
m_loadTest
.
TestStarting
+=
new
EventHandler
<
TestStartingEventArgs
>(
loadTestStartingUniqueTestIteration
);
...
...
Please
register
or
sign in
to post a comment