Fixat en bugg då nya QueuePop inte kördes alls.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -431,7 +431,7 @@ namespace LIL_VSTT_Plugins | ... | @@ -431,7 +431,7 @@ namespace LIL_VSTT_Plugins |
431 | // Vi bör läsa in alla värden här | 431 | // Vi bör läsa in alla värden här |
432 | this.initUserArray(myConnectionString, loadTest.Context.AgentCount, loadTest.Context.AgentId); | 432 | this.initUserArray(myConnectionString, loadTest.Context.AgentCount, loadTest.Context.AgentId); |
433 | 433 | ||
434 | if (myParams.Count > 0) | 434 | if (myParams.Count > 0 || myUnUsedQueue.Count > 0) |
435 | { | 435 | { |
436 | if (myUseUniqueTestIteration) | 436 | if (myUseUniqueTestIteration) |
437 | m_loadTest.TestStarting += new EventHandler<TestStartingEventArgs>(loadTestStartingUniqueTestIteration); | 437 | m_loadTest.TestStarting += new EventHandler<TestStartingEventArgs>(loadTestStartingUniqueTestIteration); | ... | ... |
-
Please register or sign in to post a comment